in init I extracted data & assigned that datatable output to transactiondata.
And applied filter like this in assign activity,
transaction data=transactiondata.select(“Status=open”),copytodatatable
In import arguments,given
io_transactiondata=transactiondata
In process flow,I need to copy that filtered transaction data to excel sheet2
Yes perfect
here can you replace the it with below you will get it
dt_TransactionData.AsEnumerable.Where(function(a) a(“Result”).ToString.Equals(“pass”)).CopyToDataTable
at this step I am getting data but in get transaction data getting error as object reference not set to instance of object
Just check the mapping of arguments
The message it is showing that your arguments are no mapped properly
Thanks. It worked.
Thanks and finally you got it
don’t know why I took fresh reframework template& did again the flow. Then it worked fine.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.