Passing Data Table to other workflow

I am taking a datatable from workflow 1 and i want to pass it to the 2nd workflow

Direction is In/Out and inside the 2nd workflow it is displaying the datatable

This is how i passed the argument to 2nd workflow from 1st workflow


Can i get a solution for this

@Gokul_Murali,

The logic seems fine. What’s the issue you are facing? is the datatable in 2nd workflow coming as null?

If yes, check if you have a variable with same name as argument in 2nd workflow. If variable is there, delete it and you should be good.

@Gokul_Murali

can you please tell the issue

cheers

@Anil_G
I have created a variable and an argument with the same name in the 2nd workflow
Thats the reason !!!

@ashokkarale

Thank you

2 Likes

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