Hi,
I have a Zap with a Path, with Path A and Path B.
When this zap is triggered, it seems to create a kind of loop and it consumes me hundreds of credits.
I don’t get why.
I tried to duplicate this Zap, remove the path, and only put the “path A” into the main Zap, for example.
And in this case, the Zap doesn’t loop when it’s triggered.
Do I have something to do to avoid a loop ?
The content of my Path A and B doesn’t ask to loop anything, it just trigger an external API, for a platform.
The only thing I may think is the way the path is triggered, which can create somehow a loop ?
On path A, basically I have : Continue only if ID exists (Zapier is checking in the previous step if the profile is already a member of a Discourse forum)
If so, I call the Discours’s API to just add a group to the profile basically.
On path B : Continue only if ID Doesn’t exist. (If Zapier doesn’t find anything, the Discourse API will send an invite.)
That’s it.
Is it possible that somehow, both paths are triggered a loop ?
Thanks for your help !