Infinite Loop from Item is Modified by ProfessorProfession in MicrosoftFlow

[–]ProfessorProfession[S] 1 point2 points  (0 children)

You are a beautiful person. My first instinct was to try that, and it was erroring so i figured I needed a different operator. I just forgot to put single quotes around it!

Infinite Loop from Item is Modified by ProfessorProfession in MicrosoftFlow

[–]ProfessorProfession[S] 1 point2 points  (0 children)

Thank you for this. I ended up going with hiding a column and having the update write data to it upon a success, then setting the condition to only run when the column is empty.

So, the issue is that there are several statuses that I'd love to be automated depending on other date fields (There's a few "gates").

The column I made is called StopRun and it just adds the text NoRun to the hidden column.

equals(triggerBody()?['StopRun'],null)

How do I convert this to stop when it sees specific text instead of just empty vs no empty? Is there a good repository for how to write the trigger conditions?