Pointers on Multi-Select Multi-update Scenario

Once again I call on the infinate wisdom of the Wappler gods!

I have a repeat section that lists applications. I have created a multi-select button similar to mobile apps select and edit UX pattern.

Multi Select opens up a select input with value of the id of the record

Clicking on bulk archive button opens a modal to confirm bulk update

So I do not have any input fields currently in the modal form like one would have the hidden input with the reference id of the record you would want to delete/update.

I have never ever ever worked with arrays if that is maybe the solution. So currently I’m stuck with how to get the id’s into server connect and then also to loop through all of them to update.

Community Page
Last updated: