Change the table data in extraction results

Hi,
I am working on a use case where we want to update the extraction results variable for table data so it will show the updated table onto Action Center for human in loop. Mainly I want to perform below to task for table update in extraction results:

  1. Remove some rows from table based on condition.
  2. Update cell value.

Could you please help how I can achieve this.

Hi @gawhade0710

You can remove rows from the extraction results by using a filter activity or by applying a condition to delete rows from the data table. then, update the cell values by looping through each row and modifying the required cells. after these changes, pass the updated data table to action Center so the human in the loop sees the modified table.

If you found helpful, Don’t forget to mark as solution tick .
Happy automation with UiPath

Hi @prashant1603765
While creating the action center task , we have only input as Extraction Result variable and not datatable. I want to know how I can update the extraction results variable with my updated datatable.

Check below thread

Yes @gawhade0710

Pls check below link,

OR

Happy AUtomation

Thank you @adi.mehare @prashant1603765
I checked the solution provided in different forum post however with this , we might miss the link between the document and values extracted as we are removing the reference while creating our own json for table data.

Is there any way to keep the relation between extracted value and document , also update/delete the row?