Trigger Schedulers

hello @psp316r,

you can have a Timer Trigger that has an If condition for when the the current date and time matches the time you’d like to execute the Trigger.

for example, if you use the following formula and set it equal to to 08:00, the Trigger will fire every day at 08:00 if the App is running.

format_date_tz(@App Info.Current Date and Time , ‘HH:MM’, ‘EST’)

this Topic has more information: Step trigger that fires at static time.

does this answer your question??

1 Like