Skip to main content
Solved

Can we delete multiple rows at once from AARI Form instead of deleting rows one by one?

  • September 3, 2024
  • 4 replies
  • 89 views

Forum|alt.badge.img+6

 

Is there a way to select multiple rows based on filters and delete the remaining rows in AARI forms, similar to how you would do in excel. For example in the image above , I want to search for the relevant items, select them and delete the rest of the rows. Is there a way to do this as selecting each row one by one and deleting them is time consuming

Best answer by Aaron.Gleason

In theory you can do this by selecting the items you want from the table, then setting up a form rule that calls an API task upon a button click. The API task would gather the entire table, with check boxes, remove the rows of the data table by the ones selected, then return the table to repopulate the form. ​@khondoker  ​@Vatsy 

4 replies

CaptainPathfinder
Forum|alt.badge.img+3

That’s an interesting question, khondoker !

I think the following community members may be able to help 

@Vatsy 

@Tamil Arasu10 


Vatsy
Most Valuable Pathfinder
Forum|alt.badge.img+16
  • Most Valuable Pathfinder
  • July 22, 2025

Thanks for the tag ​@CaptainPathfinder, but I am not aware about a way where we can delete multiple rows from the form.

@Shreya.Kumar ​@Aaron.Gleason ​@Tamil Arasu10 - any idea?


Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • Answer
  • July 22, 2025

In theory you can do this by selecting the items you want from the table, then setting up a form rule that calls an API task upon a button click. The API task would gather the entire table, with check boxes, remove the rows of the data table by the ones selected, then return the table to repopulate the form. ​@khondoker  ​@Vatsy 


Vatsy
Most Valuable Pathfinder
Forum|alt.badge.img+16
  • Most Valuable Pathfinder
  • July 23, 2025

Thanks ​@Aaron.Gleason!