Skip to main content
January 2, 2023
Question

How To Update(RecordAction) the rows in a record gird using selectable

  • January 2, 2023
  • 2 replies
  • 0 views

Hii,

  I have created a read only gird and added my record. So, now I would like to use record action for multiple rows at a same time.

Eg. I my grid for now I could able to approve only one row at a time , but now I need to approve them Bulk.

2 replies

harshitb6843
January 2, 2023

Related actions can only work for a single record. If you want to operate on multiple records at once, then it is not a valid use-case of related action. For this, you will have to use process model that triggers on a button or link and pass the multiple data in that process model. 

Similar thread - community.appian.com/.../when-using-a-record-related-action-is-there-a-way-to-send-other-parameter-values-besides-the-identifier-to-the-dialog-screen

January 5, 2023

Could You please explain it Briefly?