I have a button that sends out two Item values (items with an actual value. I can confirm they are not null because there are regions on the same page using them as substitution strings), when I click on it the following happens:
- First time on session I click it: it doesn't set the value items on the new page
- If I go back and click the same button again: it sets the required values on the new page
(no cache clearing processes are in place. Pic 1: button configuration Pic 2: result when clicked the first time Pic 3: result when clicked a second time after going back to the previous page and clicking it again)


