I have list A and list B.
Trigger 1: When item is created in list A it populates a couple fields into list B (category, price).
Trigger 2: Update a couple of calculated fields in list B depending on (category, price) values using values in reference list C.
Since list B is updating itself, I am getting an infinite loop.
I want to use the Trigger Conditions in Settings for the Trigger - and this would ideally be on some timestamped fields (UtcNow?) but can't seem to put the pieces together. It must exist but haven't found a resource that explains this so clearly that I can put into practice.
I don't want to use a separate account for handling the flows as my solution.
Any pointers would be useful as I am just about pulling my hair out with Flow.