I am using Microsoft flow for approval.
Flow triggers on item creation or modification.
Now i created an item and ite goes for approval. Now once approved or rejected . I am updating comments in a SharePoint List field (same item on which flow is running). Now if i update approval comments from Flow in the item using update item action . it again trigger a flow on that item. Which leads to n number of flow instances being triggered from just 1 item.
Since already one instance is running, ideally it should not trigger any other instance.
Anyone facing similar issue ? Is it a bug or intendend behaviour which can be controlled ?