How to pass read range data table output (dt) to invoke workflow arguments?

I read an excel file using read range and the output variable from the read range is dt , I create an invoke workflow and wanted to pass dt to the argument . what is the best practice for that and how to pass it ?

@RajivKumar12
Define on the Workflow xaml which you Want to invoke an Argument
Name: e.g in_dtData
Direction: in
Datatype: Datatable

Use in the xaml which IS invoking the xaml an invoke Workflow

  • Import Arguments an Wire the local Datatable variable to the in_dtData argument

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