Disable Hold Your Place In Line 30 minutes before end of business day

Our company offers the ability to hold your place in line(Callback) while waiting in Queue. However we are looking to turn off this being offered 30 minutes before close of business. Is this something that can be solved with the Evaluate Schedule and a Specific Schedule Evaluation Setting? Unsure of what the correct format would be if the schedule normally closes at 8pm EST, so we'd love to change the flow options at 7:30pm EST.

Instead of using the default Current datetime, use specific with an adjusted time. For example

AddMinutes(GetCurrentDateTimeUtc(), 30)

Thank you! Was as easy as that :raised_hands:

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.