If any Errors write in Excel

Using the reFramework and i want to update my excel sheet. in this sheet i have the column “error” and what i want is to write the error if any exists in the activities before.

hi @n.Tur

check this out
image

put and write cell or append range activity in your catch block, then pass the excepcion message

also for reframework we have a variable called SystemException which is the type System.Exception so it alow us to use it like that

its just an example, feel free to use it wherever you want

hope it helps

best regards!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.