How to Add data to edit grid in UiPath Apps

Currently, I create a data table in UiPath Apps and then reference it in the edit grid.

Is it possible to add data to the data table from the data row in the edit grid? or need to reference as an entity?

1 Like

Hi @Kachaporn

Welcome to Community!!

Please go through this

https://docs.uipath.com/activities/other/latest/workflow/using-the-grid-component

Hope this helps!!

1 Like

Thank you for sharing, now I’m working on Apps to receive input/ edit/ delete rows in the edit grid.

@Kachaporn

In UiPath Apps, you would use an Edit Grid to display and edit data from a DataTable, and the data source is read-only by default. If you need to make changes to the DataTable based on user input in the Edit Grid, you would typically handle that logic in the workflow or application logic outside of the Edit Grid itself.

1 Like

@Kachaporn

To add data to a data table in UiPath Apps from a data row in the edit grid, you need to reference it as an entity rather than directly adding data from the data row in the edit grid.

cheers…!

1 Like

just follow this:
https://docs.uipath.com/apps/automation-cloud/latest/release-notes/release-notes-september-2023#edit-grid-supports-datatable-data-type-manipulation

Usually you have to reference an entity using the data service, which is only available in the pro trial or enterprise cloud.

However for me this is not working. I have created an entity and added it to my app. I add the “Edit Grid” to my app and in Data Source I select the Query Builder and select my Entity. But when I click save it does not apply the data source correctly and does not populate the columns. The whole process is described here:

https://docs.uipath.com/apps/automation-cloud/latest/user-guide/referencing-an-entity-in-your-app

But it is not working. It remains like this:

image

@nazraxo ,

Please check below .

If you have still query then let me know .