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.
Anil_G
(Anil Gorthi)
3
@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
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.