• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Etsy > duplicate actions

human

Member
Your Task History ID
IjU3NjAwNTZjMDYzMzA0MzM1MjY4NTUzNzUxMzU1MTY2NTQzMyI_3D_pc
Hello,

could you take a look and check, why there is duplicate actions, although setup does not have duplicate actions.

Workflow:
1680768278344.png


Task history:

1680768337718.png




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!
 

Supreme

Well-known member
Staff member
Hey @human

could you take a look and check, why there is duplicate actions, although setup does not have duplicate actions.

Workflow:
1680768278344.png


Task history:

1680768337718.png

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-


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 -
 

human

Member
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?
 

Supreme

Well-known member
Staff member
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.
 

human

Member
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?
 
Top