I have 1 backend process In ui path which creates 1 list and I’m storing it into the One Argument so after publishing my app on orchestrator I’m getting that List Arugument in apps, so now how can I use condition like when My ui path process completed then the list argument I’m getting from UI PATH that contains value which is equal to my Apps text field.
If you want to pass the variables which are created in UiPath Apps. After click on Expression editor it will open the Click on Ctrl+Space bar in the list search for the Variable then double click on it.
Check the below image, I am trying to BodyTemperature variable here I found out,
Click on delete option and see are you able to see this type of image in If/else
If there is no option for you. Then change the datatype of the variable to Text. It might be in Integer that’s why it was showing these operators if you change the datatype of variable to Text then it will show the Contains operator.
I’m not getting this type of image and also my apps variable is type of text only…Thanks for quick reply and if you have any other solution please share here
You are developing the apps in the Legacy. In Legacy apps it will not show the Contains operator in the dropdown.
we suggest you to use the Vb Apps instead of using the Legacy Apps, because in coming days the Legacy Apps will be deprecated. You cannot use it after then you are better to migrate the app from Legacy to Vb… @sayali.p
If anyone from community using VB Apps then It will helpful for you to follow above solution.
The solution of above topic in Legacy is as below I’m Ataching in Scrrenshot,