Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Save IG Selected Data to Custom Table on Delete

Charbel EidJul 24 2025

Hello,

i am using Oracle Apex24.2

i am trying to Save the Data of the selected row in an interactive grid .
the IG supports only one row selection ( the user cannot select multiple row at the same time ).

i have tried many ways :

  • i created a DML Process in the Processing Tab, it worked but it's refreshing the page when button pressed because the button is of type submit page.

  • i have tried a dynamic action on button pressed that takes the array from the DOM but it didnt work well or i wasn't able to properly write the code.

what is the best approach in my case and can you provide the best solutions for it ?( if many provide them please)

Comments
Post Details