Any way to complete 1 action despite multiple triggers at a time?

Any way to complete 1 action despite multiple triggers at a time?

tb221
Visitor
2 0 0

Hi all,

 

There is a trigger available in Flows for our bulk discounts creation app that fires 1x for every 100 codes created. So if we created a batch of 100,000 codes, it would trigger 1,000 times.

 

We are looking to send a Slack message once per bulk discount created.

 

Does anyone have any experience reducing multiple triggers to one action?

 

Thank you!

 

Reply 1 (1)

paul_n
Shopify Staff
1775 194 415

No. You might be able to store that information in a Shop metafield or a metaobject. Something like a count. And when the count reaches a certain number, you send the slack message and set the count back to 0

 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.