UI PATH APPS - How to use Contains Function in Ui path APPS

Hello Community,

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.

Here I’m Attaching Scrrenshot for Reference,

Hi @sayali.p

In the equal to symbol dropdown, select the Contains option.

If not works, then open the expression editor and give the expression as below,

Text.Contains(Outnewlist)

Check the below image for better understanding,

Hope it helps!!


Only this Operations are Present here, Which one from this?

Have you tried the Expression editor… @sayali.p

What I have mentioned above in the above post.

Yes, Trying to do this How can I pass any variable in Expression editor?

Okay @sayali.p

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,

Can you please tell me how to open Expression Editor beacause at my end It’s not visible…
@mkankatala

Click on delete option and see are you able to see this type of image 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.

Hope you undestand!!

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

Check the below image for better understanding,

As compared to Legacy apps you can experience many features in the Vb Apps.

Hope you understand!!

Okay, Thank you I got it.

1 Like

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,

Thanks,

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