How to implement Approve All / Deny All bulk update in UiPath Apps without using a Process? - Edit Grid

Hi Team,

I am using UiPath Apps with Data Fabric.

I have an Edit Grid showing Network Data records filtered by selected UnassignedRecordID.

Each row has a Decision field with Approved/Denied values.

I need to add Approve All and Deny All buttons.

Approve All should update all visible Network Data rows to Approved.
Deny All should update all visible Network Data rows to Denied.

Can this be done directly in UiPath Apps without using a UiPath Process, or is a process required for bulk updating Data Fabric records?

Please suggest the best approach.

My Finding: Approve All / Deny All without using UiPath Process but there is one important limitation:

-Edit Grid shows multiple rows, but update works on one row
-UiPath Apps cannot directly loop through
-Cannot select entire Decision column like Excel
-Apps does not have a simple loop for bulk entity update
-DataSource cannot be passed to Update Entity Record

Scenario 1:

In the Edit Grid, we have a Decision column with dropdown values:

Approved
Denied

User can select Approved or Denied for each individual row. This is working fine.

Scenario 2:

We need an Approve All button.

When the user clicks Approve All, the Decision value should be updated as Approved for all rows in the Edit Grid.

Scenario 3:

We need a Deny All button.

When the user clicks Deny All, the Decision value should be updated as Denied for all rows in the Edit Grid.

@Srinivas_Paspuleti

you would need a process by default

cheers