Lookup function in UiPath Vb Apps

Hi Team,

I have recently migrated to UiPath Vb Apps, and I need to use the lookup function that is used in Legacy. But I couldn’t find a way to use the lookup function in Vb apps.
Can someone please help?
Thanks

@Kavindu_Dilshan ,

The usage of the lookup function in VB apps has undergone a distinct change. To substitute the lookup in VB apps, employ an Entity type app variable for transmitting a singular object value from the chosen source. Then, utilize the property of the Entity type Variable across pages. For a visual guide on implementing this, refer to the video below.

Thanks @Arvind_Kumar1 ,

I am getting below error now,

Expected type is - Nullable(Of Guid)

image

@Kavindu_Dilshan ,

what is app variable type?

Can you try .Tostring at last?

was able to retrieve values, With the help of a listsource variable
Thanks @Arvind_Kumar1

1 Like

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