Hi Everyone,
I am reading Excel data in Gettransactiondata.xaml when condition (in_TransactionNumber = 1) in datatable.
So how can i pass that datatable to process.xaml.
It should be one time activity.
Please Help
Thanks
Gaurav
Hi Everyone,
I am reading Excel data in Gettransactiondata.xaml when condition (in_TransactionNumber = 1) in datatable.
So how can i pass that datatable to process.xaml.
It should be one time activity.
Please Help
Thanks
Gaurav
Yes,
In the Arguements of Process. Xaml
Create an Input Arguement of type DataTable (System.Data.DataTable)
–
Mukesh
@mukeshkala Could you please provide me example ?