- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi All, I was working on a flow designer logic, and getting a problem in it.
My requirement is: users can raise their request at any time but sctask should only be create in a specific time window.
For Ex:- user raised a req on thursday, even after getting approval ScTask should create on tuesday between (9am to 12pm).
To implement this, I've added a wait for condition in my flow just before first scTask:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Create a schedule that has a recurring tuesday 9am-12pm schedule entry. Then before your create catalog task action add a wait for duration. Use explicit duration 1s and during the aforementioned schedule.
This way if you are outside the window it will wait until the window opens to start the duration. And if you are inside the window it will start counting instantly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Thanks, It worked for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Just curious, what would be the reason for this requirement?
