Question

loop through emails

  • 13 September 2022
  • 2 replies
  • 80 views

Badge +7

Hello

 

we are using loop action on emails and email connects to outlook.

the outlook is signed out but the bot run and is stuck on the loop line and it will stay stuck as long as no user stops the tasks.

 

How can we timeout the loop if it is stuck for more than 1 hour?


2 replies

Badge +2

Hi @Mohamed Timor​ ,

 

you can use required metabot and can implement the Exit loop if the actions got completed for the Automation steps. And even if your EXIT loop not works due to the non-completion of the Automation needed then END loop would help you in that case.

 

Hope that answers your question, let me know in comments.

Userlevel 7
Badge +10

You can use the END LOOP action to achieve this.

 

Reply