- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 12:55 AM
I want the trigger condition for flow designer to start the flow when the 7 days has passed since the ticket created. I have given this above condition, but it is not working.
Thank you for your time. Your assistance would be appreciable.
Kind Regards,
Aqil Sajjad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 05:25 AM - edited ‎07-16-2024 05:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 03:33 AM
This trigger condition will not work, the way you want. You can achieve this by,
1. Remove created from condition, add timer as your first action and wait for 7 days. And then proceed with other action.
2. Create this flow as sub flow and create schedule job to run daily. And check created date and trigger this subflow using API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 04:39 AM
Are you saying to do it like this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 05:25 AM - edited ‎07-16-2024 05:26 AM
I was mentioning this, (Flow logic > Wait for a duration of time)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 07:46 AM
Thank you so much @Periyasamy P !