Hi guys,
I've created a WF that updates a text based on a lookup. But also a WF that updates the lookup based on a text. This is for a Marketo integration, so I must do it. This could be for any of my custom entities (Country, Industry, etc.).
Here the set up:
- TextA is hidden field. It is only updated by a Marketo integration, or the 2nd WF.
- LookupA is a Lead field that can be manually updated or by the 1st WF
- WF is triggered by TextA. It reads TextA and updates LookupA.
- WF is triggered by LookupA. It reads LookupA and updates TextA.
So when a user manually updates the LookupA on the Lead, it will trigger 2nd WF and update the TextA. But it will trigger 1st WF which then updates again (via WF this time) the LookupA.
Is there a way to AVOID this?
Maybe if the LookupA or the TextA already have the new value, it can ignores the update? Is there a way to compare OLD vs NEW value?
Thanks guys!
Regards,
Raúl
*This post is locked for comments
I have the same question (0)