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!

Branching Page inside Dynamic Action

Omkar BhorSep 27 2024

In an Oracle APEX page (22.2.5), I have a button, on click of which I have added a dynamic action. 1st action performs a delete action which delete all records on the current page, so till here everything is fine, but the page cannot be refreshed on its own by a refresh action, when i manually refresh the page, it shows no data found error, which is right because delete query is performed.

So by logic, what i want to do is after delete it should branch to my another base page. Can we add anything in dynamic action which can branch my page to another page.

P.S: I also tried Branching process of below configuration, but it didn't worked, please suggest what can i do

Comments
Post Details
Added on Sep 27 2024
1 comment
327 views