I am using Apex 23.1.2 Release. I have a custom chart which when clicked, stores the relevant values of the click into 4 page items. This I am doing by detecting the click and having a dynamic action triggered which has 2 true actions - one which runs the JS to update page items and the other to submit these page items using server side condition.
Now, I have a button whose behavior is defined as “Redirect to Page in this Application” and I send these page item values to the other page.
Even though, the items get updated on click, the button link doesn't update unless the page is refreshed. Is there a way to update the button link?