Assign Initialize system error?

Hi all,

so what exactly does this assign activity? like what is the System error variable what does it mean?

Thanks!

Cheers!

assign activity is used for assigning a value to a variable
so can i have the screenshot of that error
Cheers @BjrnUitenbroek

1 Like

ohh yeahh forgot to put the PrtSc in!

here you have it!

here SystemError is a variable of type System.Exception
which will be initially assigned with null value i.e., nothing
if any exception occurs it will assigned to this variable later along the sequence

–this is usually used when the application that we are working with suddenly gets disruppted due to some issue, the bot will throw a system error exception which will be stored in this variable for futher process along the sequence

Cheers @BjrnUitenbroek

Aahh i get it thanks!

Cheers @Palaniyappan

1 Like

Cheers @BjrnUitenbroek