VB Apps documentation and help articles

With the recent VB version of Apps, everything seems to have changed. With little to no documentation or helpful articles and even youtube videos, it is very difficult to navigate and develop VB apps. For example. in legacy version you can assign the value of a text box to a variable by binding. There is no binding option in VB Apps. How do you do that?

Hi @savantsa

In the New version VB UiPath apps, the value binding is removed instead of that you can use Set value.

Follow the below step by step guide to save the value in a variable for dropdown control,
→ Click on the dropdown control → Go to Events → Click on Edit rule → Click on + icon → Search for Set value → Create a Variable in Item to set field in Set value → Give like this in value field “MainPage.Dropdown.SelectedItem.ToString”.

The selected item in dropdown will save in the created variable.

Check the below image for better understanding,

Hope it helps!!

2 Likes

If you want to learn about VB UiPath apps version… @savantsa

You can learn it from the Youtube videos by @Harika_Mudiam

Hope you understand!!

1 Like

Thanks, This helps. I am sure there are several more changes. Where can we find the updated documentation?

You can check out the below Course in UiPath academy… @savantsa

Or as I shared YouTube video playlist in the above post, you can refer those.

1 Like

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