Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Multiselect some of the record

I want to select multiple records and do the same action for all of them together .Is there a best practice to do this and how ?
Can we create a context menu to do the same ?

OriginalPostID-256111

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    The best way to do this is probably to set up a new Action process, where the first form contains a selectable paging grid showing a list of the records the user can select from. Upon submitting the form, the process could capture an array of the record primary key ID's selected, and loop over a subprocess (once per ID) where the subprocess takes care of performing the work/update you require.
Reply
  • 0
    Certified Lead Developer
    The best way to do this is probably to set up a new Action process, where the first form contains a selectable paging grid showing a list of the records the user can select from. Upon submitting the form, the process could capture an array of the record primary key ID's selected, and loop over a subprocess (once per ID) where the subprocess takes care of performing the work/update you require.
Children
No Data