
Announcements
Dear Expects,
I would like to create a flow to restrict request creation to business hours while considering holidays and weekends:
Trigger: Start the flow when someone tries to create a request.
Check Business Hours: Use a condition to check if the current time is within business hours (e.g., from 9 AM to 5 PM). If it's outside of business hours, send a notification informing that requests can only be made during business hours.
Check Holidays and Weekends: If the time is within business hours, check if the current date is a holiday or weekend.
Create Request (If All Conditions Are Met): If the time is within business hours and it's not a holiday or weekend, proceed with creating the request.
Send Rejection Notification (If Any Condition Fails): If the time is outside business hours or it's a holiday/weekend, send a notification stating that the request cannot be created due to restrictions.