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
