Hi -I am creating a countdown timer that uses custom states to countdown from a pre-determined time by the user e.g. 30 seconds. I have a workflow that runs when a certain condition is true e.g. when the number (in a custom state) hits zero.
Users might want to run this again without leaving the page, but when the timer hits zero again aka the condition becomes true, the worfklow doesn’t run again. It just runs the first time only.
Is there something I need to do to “reset” the do when condition is true workflow so that it runs again without loading the page again?
Thank-you for your help!