Hello guys how i can put an error in a message(Variable) i want to put in assing activity but i didnt find the source
Hi @VAZQUEZ_SOSA_LUIS_ALBERTO,
Do you mean saving exception message?
If yes you can assign that by using assign activity as below:
Variable as string with value as Exception.Message under catch block
If you want to save full exception, define variable as exception and then assign value Exception under catch block.
Regards
Sonali
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.