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.
Thanks @Teodor, but I am not following exactly. Would I use a get variable in the server action and then set it in app connect as the checkbox input with checkboxfieldnameid[].
The examples in other post use post variables.With my setup I should just click on button that should get the values of the checkboxes, compare and update with the server action that runs.
Tried various ways with get and post. My main obsticle is that the checkbox displays as checkbox in app connect panel and not as checkboxfieldnameid[]