I created a Zap that looks for new/updated module entries in Zoho CRM and adds some more values in several fields of those entries. But the problem is that it generates a loop.
Trigger:
New/Updated Module Entry in Zoho CRM
1st Action:
Find Module Entry in Zoho CRM
2nd Action:
Formatter: Perfoming a math calculation
3rd Action:
Update (the same) Module Entry in Zoho CRM and add the math calculation to some fields.
The problem is that it always creates an updated entry and this results in a loop.
How can I avoid this and let the zap only run once or twice?
Thanks for help.