hello, why are the values not getting properly set? I am basically creating my login.xaml file and this is kinda confusing for me.
You have to use out_arguments to assigning the value you would be getting from Orchestrator
hi Prankur, I didn’t create any local variable within the System1_Login workflow, sorry I was just following the instruction and there was no mention of that. What I did though was to create 2 In Arguments (System1_URL, System1_Credential) as instructed.
Would you suggest that I create those as local variables of String Type?
See the update answer above
Thanks,
Prankur
I basically understand that these arguments were imported from GetAppCredential via the Invoke workflow, but how do I now set the values for those imported arguments? Do I need to create local variables with the same names on top of the 2 In Arguments mentioned in the instruction?
So go to Login workflow and create two variables UserName and Password and assign to out_Argument like given in image.
I am assuming that you have created an asset in Orchestrator.
Thanks,
Prankur
hi Prankur, so I went and created the local variables and it made the difference, now the login is working. I think that should have been included in the instruction.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.