Hello,
I'm using Apex 19.1 on an Oracle 18.C database.
I have a page with a Delete button on it.
I created a dynamic action with a "True" action that deletes appropriate rows in a child table and then then the appropriate row in the parent table. I have the Wait For Result option set to Yes.
The PL/SQL code works fine.
Next, I need to have the dynamic action redirect the user to the page from which the current page was called. That value is stored in a hidden page item (&P38_FROM_PAGE).
When I create a second "True" action, there is no option in the Action listing to Redirect or to Submit the page.
How do I redirect to page &P38_FROM_PAGE after an action is completed?
Thanks for your help.