Hi guys! I’m did this simple flow where my trigger action is a web form submission. Now that I got all the information I need, what I wanna do is create a loop like ‘schedule’ that do something until a certain condition. In particular I want
- fill the form
- create a schedule every day that checks the current data, if it is egual or after a certain target data, send an email and end the loop
- else continue the loop, so the day after check the data and so on.
How can i do that?