Trigger a Flow Designer after 7 days of the creation of the Ticket

MuhammadAqS
Tera Contributor

MuhammadAqS_0-1721116357052.png

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

1 ACCEPTED SOLUTION

I was mentioning this,  (Flow logic > Wait for a duration of time)

PeriyasamyP_0-1721132700328.png

 

View solution in original post

9 REPLIES 9

Periyasamy P
Tera Guru

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.

Are you saying to do it like this?

MuhammadAqS_0-1721129960089.png

 

I was mentioning this,  (Flow logic > Wait for a duration of time)

PeriyasamyP_0-1721132700328.png

 

Thank you so much @Periyasamy P !