Can some one check my logic, because I'm getting an infinite trigger loop error, and I'm not sure how to escape it.
I have a flow that is triggered "When an item is created or modified" with a trigger condition of "replies must not be blank" - @not(equals(triggerOutputs()?['body/Replies'],null))
I then have a create variable and append variable that copies the text in the reply field, and an update item step that puts that text into a history field and sets the reply field to null by use of concat('')
As the reply field is now null the trigger condition means the flow won't run again, so there isn't an infinite trigger.
This works in testing - have I missed anything?
So I can safely ignore the error message? Good to know.
I don't see an issue with your solution.
Here is a link to a blog post that offers some additional suggestions.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1