I am working on an automation project on Zapier, and I am currently having a problem with my Zap;
Context: I want to automate a transfer of information between Sheet and Trello and thus be able to send several cards on Trello.
So I used the following flow :
But, when it works, the cards are created in several times on Trello (one card is created the same number of times as the number of lines in sheet. For example, if there are 3 lines in sheet, each card is created identically in 3 times). However, I want the same card to be created only once.
Do you know what the problem is?
Kind regards,
Best answer by christina.dBest answer by christina.d
Hey friends, I wanted to jump in and try to summarize some of the recommendations/troubleshooting steps here:
Troy recommended checking the Zap Runs to see if the Zap processed multiple times for the same Row.
Troy Tessalone wrote:
The same data may be being pulled from this Zap step and processed again via the Looping step.
And from there he suggested
Troy Tessalone wrote:
Check[ing] the DATA OUT from Step 3 for each of these 5 Zap Runs.
Since they each have the same timestamp, it appears this was an example where 5 records were found in Step 2 (GSheet) and each processed by the Looping app.
Otherwise, you may need to adjust the Step 2 logic, as the same record might be returned across different triggered Zap Runs, thus resulting in duplicates.
Check the DATA OUT from Step 3 for each of these 5 Zap Runs.
Since they each have the same timestamp, it appears this was an example where 5 records were found in Step 2 (GSheet) and each processed by the Looping app.
Otherwise, you may need to adjust the Step 2 logic, as the same record might be returned across different triggered Zap Runs, thus resulting in duplicates.
Maybe you can post screenshots with how Step 2 is configured so we can have more context about what that step is doing.
Hey @alixloyal! I was reading through your thread here and just wanted to know if you were able to figure out what was going on your Zap creating multiple Trello cards? 🤔
Hey friends, I wanted to jump in and try to summarize some of the recommendations/troubleshooting steps here:
Troy recommended checking the Zap Runs to see if the Zap processed multiple times for the same Row.
Troy Tessalone wrote:
The same data may be being pulled from this Zap step and processed again via the Looping step.
And from there he suggested
Troy Tessalone wrote:
Check[ing] the DATA OUT from Step 3 for each of these 5 Zap Runs.
Since they each have the same timestamp, it appears this was an example where 5 records were found in Step 2 (GSheet) and each processed by the Looping app.
Otherwise, you may need to adjust the Step 2 logic, as the same record might be returned across different triggered Zap Runs, thus resulting in duplicates.