Hello !
I have 2 independent pages (pageA and pageB). In pageB I have a TextField which is initialized with the value of AppState10 (a value taken from the database). For the example, I also put the value of AppState10 in a Text element (see > AppState10 <).
Problem, AppState10 is not updated in a textfield, first time the page is displayed!
Scenario:
- I go to pageA where I initialize AppState10 with 'Hello'.
- After that, I go to pageB (by clicking on another button on my Navbar). In the 'On Page Load' action on pageB, I clear the value of AppState10 (Update App State > Clear value).
Problem
- the value of AppState10 in the TextField remains 'Hello' even though the AppState10 of the Text element is set with the correct value, with nothing (see image).
Has anyone encountered this problem and come up with a solution?