Passing datatable

Hi All,

I have a datatable and i have modify it (filtering the datatable)

But when i pass it to another workflow, it become empty.

Even though i have already declared it on other workflow:


I can perfectly pass datatable that didnt have any modification but why cant i pass a filtered datatable?

Thanks!

1 Like

@mashy2
Buddy change the direction as in/out buddy in all the argument declaration, that would work

you are going good and make sure that you have the filtered datatable named correctly(a final test if needed)

Kindly try this and let know buddy
Cheers

1 Like

hi, i change to In/out but it still throw empty value,

thanks buddy for suggestion

From where you get that datatable buddy “cgls_clone_dt
before writing to a excel with write range activity @mashy2
and if possible can i have your xaml buddy @mashy2

Hi,
will gladly,

read_journal_mapping.xaml (10.6 KB)
config_and_codes_initialization.xaml (14.6 KB)
workflow_delegator.xaml (12.5 KB)
test.xaml (5.0 KB)

Read_journal_mapping.xaml is where my datatable(cgls_clone_dt) is created and i put it inside Config_and_codes.xaml.
Workflow delegator.xaml is where i place my test.xaml that i want to test out the datatable.

Thanks so much buddy!:fist_left: