
Announcements
Hi all,
I am making a flow whereby one column in my Sharepoint list - a dated column, will have a date manually typed in.
The point in this flow is to trigger a change in several column status' (achieved with an Update an Item action).
The next step is the Condition whereby the the tasks are created by there being a date generated in the column.
There is no problem here in as far as it is successfully generating the email and the tasks, but it has also generated an infinite loop. My thought it that the loop will continue for as long as the date in the column is the same as today's date, meaning multiple emails and tasks will continually be generated until the date changes.
So my question is, how can I fix this so that it only generates the emails and tasks once?
I have tried to use conditions such as Do until, and Terminate, as shown in the attachment but it isn't working.
Are you able to show us the whole flow in config mode? It's hard to tell, since we can't see the trigger, and I don't see an Apply to Each. I also don't understand all the terminates with actions underneath of them...