My first time using the Apps feature! Essentially I have a Data Service entity with two columns, XID and STATUS. I want the user to be able to type in the XID, click search.. and then the STATUS appears. Been banging my head against the wall for this but can’t seem to figure it out!
Hi @David_Hernandez2
Try this,
To implement UiPath Data Service activities, install UiPath.DataService.Activities, add a “Data Service Scope,” and use “Get Entity Records” to filter by XID. Assign the status with out_Status = dataEntityList.FirstOrDefault().STATUS, set in_XID as Input and out_Status as Output. Deploy the process, connect it to UiPath Apps, bind the input and output, and test by entering XID, clicking search, and displaying STATUS.
Step 1: On load of Home Page Event - Assign your entity to a new variable using Set Variable option. While creating the variable - Make sure the type is as given below