function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anshul Kapoor 8Anshul Kapoor 8 

How to avoid recursiveness in using flow builder

Field 'A' & 'B' are the fields of object 'ABC'.
I have an issue that on the change of field 'A', field 'B' changes. Whereas on change of field 'B', field 'A' changes. The execution is going in a loop. How to resolve the issue using flow builder?
sakhisakhi
Do some dummy update only on change of field and then while updating B put that dummy update condition also to differentiate that update to A already happened to avoid loop .