bot action on set of rows not working

I have a few bots all equal on type of steps, only variation is the filter expression and the action used on the rows.  One of the bots is not working I get this error:

 
"Stop executing after step CierraLamina, because the request took too long to process.
 
Execution Time (In seconds)
123"
 
the filter expresion si as follows

FILTER("Programa",and([fechaPrograma]<today(),[seccion]="Lamina",[Cerrada]=false))

 

following print screen

 

jujogar0610_0-1675788863907.png

 

0 4 121
4 REPLIES 4

If the execution is exceeding the limit, you can split it up into multiple different Bots, or use the API. How many records are you creating or updating at one time here?

Less than 60 records.   And what is bothering me is that I have another bots practically the same and tehy work fine

Oftentimes, a poorly built setup will work "fine" on small cases, but will fail when scaled up.

I'd personally switch to an API setup if the number of records to create/update at once was over about 20 or so.

What exactly are you doing to those less than 60 records?

Hi,  I am just changing a column to a true value.

Top Labels in this Space