You need to sign in to do that
Don't have an account?
Anshul 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?
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?
sakhi
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 .