How to use arg from init to process workflows

How to get one dt from init_app to process in re-framework?

Hey!

We have an variable Transaction_Data

We can use this in process as well… It is a global variable

Reference:

You can also check the documentation once we created the REF we can see the documentation as well

Regards,
NaNi

Hi,

this involves a few steps,
1 change transaction data, argument type to datatable and pass the datatable to transaction data

In transaction pass argument panel pass these datatable as in and get transactionitem as datarow

in process pass the datarow transction item

i have attached xaml for customized datatable
Main.xaml (64.8 KB)