How to send an entire row as an argument to an another work flow

Hello all,

i want to invoke a workflow for each excel row, and i need to send all the values of that particular row. is there any way to send the excel row itself as an argument.

Hey @Sai_Prakash1

Just create an argument of type DataRow and the Foreach CurrentRow can be passed into the workflow.

Hope this helps.

Thanks
#nK

Hello @Sai_Prakash1

Are you using Reframework if, you need to change the TransactionItem variable Datatype to DataRow(By default it will be Queue Item).

If not using Reframework, if you are using Foreach Row in datatable, the item will be a datarow, so you need to create the argument as Datarow.

Thanks

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