Hey,
I have a datatable variable in Main file that i need to use in other workflows but without passing the arguments. Can we do it? and how?
Hi @jjangid,
You can store a serializable json within an asset in the UiPath Orchestrator. Therefore datatable.
Global variables is under consideration in UiPath and yet to get it I guess.
1 Like
Thanks for the help. Can’t we do it without the use of Orchestrator?
I dont think we have alternate solutions, if we want something then we have to go for custom component and have a sessionstate to carry the data.
Or the custom component can have static variables which will not lose data until application clearing it.