I have a dynamic action that is activated when I press the submit button. The dynamic action triggers the confirmation dynamic action and looks like this:

Now, when I press confirm I want it to execute this Function returning a URL branch. but Apex isn't doing that. it's just removing the little confirmation page and nothing happens afterwards. I used to have the function returning a url branch tied to the button that submitted the page. since I'm not technically submitting the pageā¦.how do i get the code to execute? In the dynamic action for the confirmation page, it doesn't look like you can just submit the page? and if you can, how do I tie that to the URL Branch thing.