I have created an app in UI Path Apps Cloud and need some assistance. Here’s what I am trying to achieve:
I’m getting a DataTable as an output variable from my UI Path arguments. This DataTable contains the following data:
id
name
age
Status
1
Alice
30
Pending
2
Bob
25
Pending
3
Charlie
35
Pending
4
Diana
40
Pending
5
Eve
29
Pending
I want to display this data in a Grid view within a UI Path Apps control.
In the “Status” column, I want to add a dropdown list with the options: Pending and Completed.
When I update a row’s status using the dropdown, I want the change to reflect immediately in the app preview.
However, as shown in the attached image, I’m unable to update the dropdown list. Could you please suggest any Expression Editor rules or other methods to make this work?