Received "The maximum number of runs for this action has been reached."

(Erwin Julius) #1

Do you know why this happen?

(Sarah Palombo) #2

HI Erwin :wave:

… Where do you see this message. Obviously it’s displayed in your log but can you help me understand what action you tried to carry out when you saw this message.

That should give me an idea why this happened :bulb:

Much appreciated

Sarah

(Erwin Julius) #3

Hi Sarah,

it’s on a flow log :slight_smile:
It happens inside a goto/label loop, but it looks like a bug, as it printed
the same message for the user many time and the message was a bot:question.
I did not wait for the user answer.

(Sarah Palombo) #4

Hi Erwin,

As a precaution against infinite loops, the Goto a Label action may be used 20 times (in total) during the course of a flow. - I believe this error relates to this maximum.

Hope that helps !

Sarah

(Erwin Julius) #5

Ok Sarah… I will keep up with the robot and see how it behaves.