Loop Limit Maximum

#1

I have a process I want to run in a loop over the 20 limit. Is there anyway around this?

This is a big deal for me in this process.

1 Like
(Daniel Beckett) #2

Hi @JL_DFW,

The 20 loop limit is on a per interaction basis and unfortunately there’s no way to remove the limit as it’s there to protect against infinite loops.

If you did want to risk it then you could in theory pass from one flow to another and then back again. i.e. Flow A to Flow B back to Flow A and so forth. Please note that an uncontrolled loop using this setup would eventually eat up all your interactions.