Is it possible to add multiple variables to set transaction status output?

Hello,

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?

Thanks in advance

as it is a dictionary:
grafik

we can output different variables

we would set it under one key
often nested dictionary, a flatten delimited string, or a serialized JSON can serve as value

@and.my

Simple types can be added…

Complex types can be serialized into string either a json,or a delimited string and use it as the value to be added

And we can deserialize or split with delimter again to get into original form

Cheers

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