Hello,
I am new to UiPath StudioX, and I want to ask your expertise on how to Create and to Pass DataTable as an argument from one Task to another Task?
I also have a second question on how to create a workflow in a task?
Thanks,
Minh
Hello,
I am new to UiPath StudioX, and I want to ask your expertise on how to Create and to Pass DataTable as an argument from one Task to another Task?
I also have a second question on how to create a workflow in a task?
Thanks,
Minh
Hey @umktdm
StudioX does not support arguments between tasks, but you can save a DataTable to an Excel file in one task and read it in another to access the data. This simple workaround allows you to bypass the lack of arguments in StudioX.
Regardning your second question, in StudioX, it’s not possible to create traditional workflows as in UiPath Studio. Instead, each sequence of actions within a task acts as a workflow.