From your screenshots, the issue happens because the argument in_sstr_password in InitAllApplications.xaml is of type SecureString, but in your last screenshot you’ve set it as String. Convert it into proper DataType
If this is needful then mark it as SOLUTION
Happy Automation
Make sure Datatype of the variables and arguments is also matching.
Check The argument in invoke workflow is of same datatype to that variable which you have assign.
After developing the invoke workflow in the sequence save that sequence first and then in your main sequence try passing the arguments.
Sometimes the workflow is not saved then this issue occurs
Thanks!!


