Applies to Product - Power Apps
What’s happening?
Users are experiencing an issue with the FindMeetingTimes function within their Power Apps application. Specifically, when selecting a start time that is not on the hour or half hour (e.g., 8:05 AM), the function fails to return results, while times like 8:00 AM work correctly.
Reason:
The underlying cause of this appears to be related to the handling of start times by the FindMeetingTimes function, which may not return results for times that do not align with the hour or half hour.
Resolution:
- Remove the "MeetingDuration" parameter from the API call or function to test if this is resolved. After this adjustment, both the flow in Power Automate and the function in Power Apps can return results.
- If this persists, further investigation may be required to determine if there are additional factors affecting the function's performance.
