After assigning the variable after saving and refreshing the variable is showing it is not assigned #uipath studio




studio

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

@Sanjay_Reddy,

Make sure Datatype of the variables and arguments is also matching.

Hi @Sanjay_Reddy

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!!