Wait for duration logic in Flow Designer is not considering the scheduleIssue Wait for duration provides your users time to act during automated processes or to wait for a specific date and time to complete actions. The issue is, there is a schedule defined in the above flow logic, but it is not excluding weekends as per the schedule. Steps to reproduce: Create a schedule that has only excluded scheduled entriesCreate a flow with wait-for-duration logic and add the schedule created in Step 1Test the flow where the wait-for-duration logic will not exclude any daysCauseIn the schedule, there are only schedule entries that are of a type excluded. There is no schedule entry for days that need to be included.ResolutionNeed to change the existing schedule entry type to none. Another approach is to create a new child schedule and add the excluded entries, and then create an entry in main schedule for the inclusion of days. Check the Schedule entry fields documentation for creating schedule entries.