Currently, the way I work with UiPath, in REFramework, after every transaction I add an output to the set transaction status activity, for example, 5 variables to check if different parts of RPA were successful.
Right now, these variables are strings, ints, booleans, or other simple types.
But is it possible to add an entire list of variables at once? for exampla,
as an array, dictionary or datatable?