• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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!
 
P

Pabblymember11

Guest
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?
 
P

Pabblymember11

Guest
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