Assign Data Service Entities separately to text fields in UiPath Apps

I have the following problem. When I click on a row, I want the values of the different columns to appear in the different text fields.

What happens now is that only one column is displayed.

In this example, I want that when the second row is clicked, the text fields will contain the following:

\\\\\\

First Name: Petra

Last Name: Sanders

Age: 45

Profession: Sales manager

\\\\\\\\

In UiPath Apps, I specified it like this:

Does anyone have a way to solve this?

@Steyn_Muller1 ,

I am not sure if understand 100% . Can you please give a bit more problem details?

Using Data Service, I have created this Data Table.

I also have 4 columns in this Data Table. Furthermore, I have created 4 text fields.

The aim is that when I click on 1 row in the Data Table, the values of the different columns of that row are entered in the text fields.

I have connected the values via Value binding (see the screenshots).

The problem is, when I click the row of Petra, for example, all the text fields only show 45.

The result should be in the text fields:

First Name: Petra

Last Name: Sanders

Age: 45

Profession: Sales manager

@Steyn_Muller1 ,

You need to implement a rule on table click.

So when table is click then set control value for each text field and pass the value from selected table bindings. So that way on every click you will have latest clicked row data.

Thanks,
Arvind

@Steyn_Muller1

Please find attached document for your query.

Table Selected Solution.docx (277.3 KB)

Thanks,
Naman

Thank you so much! It works!

2 Likes

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