Hello,
I have a huuuge workflow that needs to be splited and I have issue passing.
I did red
Passing variables between Nintex workflows | My Learnings
Start a Workflow using a Web Service
and this helped me a lot.
Passing variable with an xml string works on my test workflows but not on the one I have to split.
I can see that my string is built correctly in my parent workflow but in the child workflows, the variables remains empty. I am using the same parameters for the call web service as in my test that works.
So could it be that the name of the variables create issue when trying to fill them in the child workflow? What do you advice to check?