Hi,
I am developing a rest API extension for my company.
My need is to send an email if a specific task is not completed within a certain time. I managed to do that with a loop, following this post.
Here is a picture of my loop:
Now i have 2 major issues:
- this is re-occurring every time the timer triggers. I want to send the email just the first time.
- when i get back to the task, a new task is created and all on-enter connectors trigger. Furthermore, a new id is assigned.
How can I solve this?
Thank you