Using argument value not able to access inside sequence

I am using argument inside workflow in main sequence I am able to access but inside this I create another sequence.I am not able to access the value.As mention in screen shot.

Hi @Aditya10989

Is the argument in In or out

Thanks
Ashwin.S

direction is In

Hi @Aditya10989

try to give it as out it will work

Thanks
Ashwin S

Hi,

Which UiPath version do you use?
If I remember correctly, it was improved version 2019.8.

Regards,

try but not work as mention in attachment

Hi,this is enterprise edition 2018.3.1

I got value in sequence Web Insert Loss And AO Calculation but not got value in sequence Loss calculation.As mention in attachment

Hi,

Probably 2018.7 or lower, we cannot see argument value in inner sequence at Locals Panel in debug mode. It is a specification.
Can you try to use write line activity and/or assign to variable as workaround.
In addition, please check for variables and arguments with the same name, because It might cause some trouble.

Regards,

1.no if spell miss match then we can not access value in main sequence.I got value in main sequence but inside this I am not getting.
2.And I do not think there is any issue related to version.Because I am using three work flow and I got value from first work flow to second workflow.

Hi @Aditya10989

Instead of in/out give it as out and again click on invoke workflow arguments

Thanks
Ashwin.S

Hi,

Now I’m using UiPath 2018.4. And at local panel, I can see argument value in main sequence, but cannot see it in inner sequence like your situation.
I’d like to confirm is your matter “Cannot see/access argument value at local pane” or “cannot use argument value”?
I think it’s not very good idea to check argument value at local panel in 2018.3/4, anyway.

Regards,

hi if I set out then I did not got value even in outer sequence.If I set In then I got value in outer sequence but not in inner sequence.As mention in attachment

Hi @Aditya10989

Share your xaml

Thanks
Ashwin S

yes sure but you can’t run this application because it run on server.I am not getting value of OpenWebSite.xaml to this WebInsertLossAndAOCalculation.xamlcode.zip (20.2 KB)
I also try this with out direction this not work then again I changed to In

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