BOT error

Hi  All,

Does anyone know why I'm getting this error? The Bot is pretty simple, I have 2 steps, 1) I'm using a webhook to push data from a new row to existing row if there is a data match, then 2) I'm trying to delete the new row immediately after but it doesn't.

The only other thing to know is this is triggered from an action inside a dynamic email.

Any help would be welcome.

Screenshot 2022-11-17 at 21.57.40.png

Thank you

Richard

@Levent_KULACOGL @LeventK @Aleksi 

1 2 98
2 REPLIES 2

From the message it seems that maybe it was trying to delete over 1500 rows?  Does that sound right?  If it does, then based on what you said you are adding 1500+ rows and then deleting them?  This number may make the process run too long.  There is a 5 minute CPU time limit for each Bot.   Maybe you can break it up into 2.  One that adds and then the second that deletes?

Ah Thank you @WillowMobileSys . I hadn't realised that is what those numbers meant. I am actually only trying to delete the last entry relating to whet the bot was triggered so I need to look back at how i'm doing it. Thank you again.

Top Labels in this Space