- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 09:01 AM
Hello, I am trying to add a condition that after the first task is closed, the second task is not fired until 7 days after the first task is completed. How can I go about doing this? And would it be possible to test it without waiting the 7 days?
Solved! Go to Solution.
- Labels:
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 10:01 AM
Hello
You can use simple Timer activity for this if you are using 'Workflows'. Mark my answer as correct if that helps.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 09:52 AM
Hi Astanley,
If you a working in workflow editor, you can choose a item in core list which is named "Wait for condition" and write a script to Glide the task record and add 7/30 days to last updated time in if condition and set "answer='True'" in the block.
And if,
You are working in flow designer, you can select a action to look up record in task table and after that you can put a wait for activity and set it to 7/30 Days.
Please mark my answer helpful/correct whichever applicable.
Thanks and Regards,
Rahul
Thanks and Regards,
Rahul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 10:01 AM