Repeater Module Usage Clarification

Hi there,

I’m currently reviewing the flow control section and the repeater module caught my eye. While I grasp the general concept, I’m seeking some guidance on its practical application.

Specifically, I’d appreciate some real-world examples or automation scenarios where using the repeater module would be the optimal solution.

Any insights you can provide would be greatly appreciated!

Thanks,
Ram

Something like this perhaps?

2 Likes

Hi @samliew
Thanks for that.
Can you think on any real challenge to use this on?
Regards,
Ram

Yes, chunking a large sized array into a smaller arrays, and running the subsequent modules in batches. E.g. sleep 30 seconds every batch of 50 records.

2 Likes

Hi all,
I’m trying to learn about the repeater (to save some steps). I need a delay of 25 min and currently, well, I have the sleep x5.

How can I connect the repeater only to the delay function so that no other part of the flow (after the delay) repeats itself also x5?

Another one would be repeat to check the status of an external job before continuing

e.g. Do While-Loop Necessary for OpenAI Assistants! Feature Request

@karla perhaps this is what you are trying to do? You’ll need to aggregate the repeater.

3 Likes