Hi All,
Requirement - I am developing an UiPath App, which includes edit grid as the main activity. The objective of the process is to allow user to fill all requirements in the grid and start the process. In order to ease the user experience most of the columns are dropdowns and checkboxes. I am also required to include multiselect dropdown in the grid.
Solution - I have used choice set as my input data and created an entity field which of type - choice set. I am able to see the dropdown values in App preview.
Issue -
- When I select the values from dropdown, I am able to see the selected values, but as soon as I move away from that cell row, the value is getting disappeared. Upon adding the rows and saving them, I am unable to see the values in data fabric entity data records.
- But when I select values from backend (entity record data), it is getting reflected in the App review. Which means the data flow is happening from entity record to UiPath App, but not vice versa.
- As an alternative solution I tried binding the value to a text field in backend. By doing so I have experienced and issue - âUnexpected error while parsing [â.
Kindly request you to provide a solution for the same. Please let me know which approach is best to use here.