LookUp in Uipath apps

How to get data from data services using Lookup function in uipath apps.

@Ranga_prasad ,

Please follow the below approach.

  1. Add Data services reference into Apps.
  2. Add Lookup Lookup([Entity Field, Operator, Value])

Please follow reference below as well.

Thanks,
Arvind

Hi Arvind,

I have a sample entity

Name Age ID
ABC 10 123
BCD 20 214

How to get Name ,age using ID with lookUp function

Actually i have implemented search bar for ID, If i search for Id show a message of name and age.

Thanks & regards,
Ranga.

@Ranga_prasad ,

In this case you need to use filter function. Please use as below.

image

Thanks,
Arvind

Thanks Arvind.

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