I have multiple line items from a response and I need to send data in chunks to the action step.
For ex: I have 1000 line items and I can send only 100 at once in action step, can I send data in batches like in this case 10 batches of 100 items
Can I use google sheets or code mode by zapier to implement this?