I have an edit grid where first column has checkboxes… For all the rows where checkbox is checked, i need to add name and age column values for those rows to a queue. This should happen when i click submit button below the editgrid. I have used add to queue in the clicked event of submit button. But i need each row items to be a separate transaction item… Is this possible…
Please help
It is currently not feasible to separate each record individually due to the absence of a foreach loop in the current view. However, you can achieve this using a UiPath Process. Call the data service on the selected item, and in the dispatcher, implement a loop to add queue items.
Thanks,
Arvind
Oh… Okay… Thanks a lot
Hi @Arvind_Kumar1 , how we can pass only the selected rows to the UiPath Process?
Thanks in Advance.
you can create entity type variable and on select you can set value of variable as below.
Page.Editgrid.selecteditem
Hi Arvind, does it work for multiple records?
this works for only single records.
What would be the workaround?
I need to take an action for a number of selected rows.
I’ve tried to call a process from a button click to update a set of rows (I had to add a new column to the entity to work as checkbox) but once the update is done the data in the editgrid still shows the old records before the update and I couldn’t refresh the data in the editgrid.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.