Hi, I am using Oracle APEX 21.2.5.
I have item P1_NEW in page 1 which I am trying to set it's session state when a button is clicked, then send that value to another page's item P3_TEST. I created a dynamic action with two true actions. The first one is of type "Execute server-side code" with "null;" and "page items to submit" = P1_NEW and "Wait for result" = "Yes". The second one is of type javascript code with the following code....
apex.navigation.redirect ( "f?p=&APP_ID.:3:&APP_SESSION.::NO:RP:P3_TEST:&P1_NEW.:");
The value is not passed. Why?