Etsy > duplicate actions
Status: Closed · Asked by Paulius Kazlauskas on · 0 views
Hello,
could you take a look and check, why there is duplicate actions, although setup does not have duplicate actions.
Workflow: 
Task history:

Another questions is why there is a delay on Etsy trigger. This order was received on Etsy at 9:45am ( https://prnt.sc/OiwDv2Ybjj9s ). Task executed by Pabbly at 10:40am (https://prnt.sc/eVXK2m2Hj4RS)
Thank you!
Hey @human
could you take a look and check, why there is duplicate actions, although setup does not have duplicate actions.Workflow:
[IMG alt="1680768278344.png"]https://forum.pabbly.com/attachments/1680768278344-png.24108/[/IMG]Task history:
[IMG alt="1680768337718.png"]https://forum.pabbly.com/attachments/1680768337718-png.24109/[/IMG]
Since you are using the Iterator action step which processes the multiple items in array format one by one. Whereas you are getting 2 line item arrays in the Iterator action step from the trigger event and it has processed the action step afterward as many times as many items it got.
In that execution, you have 2 line items -
You can refer to the following video tutorial for a better understanding of the Iterator action step-
youtube.com/watch?v=zJaGQ-SIB0I
Another questions is why there is a delay on Etsy trigger. This order was received on Etsy at 9:45am ( https://prnt.sc/OiwDv2Ybjj9s ). Task executed by Pabbly at 10:40am (https://prnt.sc/eVXK2m2Hj4RS)
It is not a delay, it is a polling-based webhook trigger that looks for new data from the application every hour.
For a basic understanding of polling-based trigger events, you can refer to the following lesson -
Thank you for your reply.
So, should i configure my current setup or make a new one without iterator?
Or what would you suggest in this case?
So, should i configure my current setup or make a new one without iterator?
So, if you do not want to pass the multiple rows in your Google Sheets, then you can avoid using the Iterator action step.
Or if you want to create one card and enter all the multiple receipts in Google Sheets then place the Trello action step after the trigger event and leave the rest of the action step in the same place.
I want to have it like this:
1 order = 1 trello card and 1 google sheets row.
I need to extract data from the order, so i use iterator. Would it be better to swicth to Line Itemizer?
Would it be better to swicth to Line Itemizer?
Yes, that would be feasible for your condition.