I'm trying to check if a page state received any DataType value. If it does not have any value "which is the behavior when the screen loads" a certain component is displayed on the screen, if there is a value in the page state, another component is loaded to display the values that are defined in the page state
Defining page state of the DataType type, whenever I make the condition to know if it is defined, the response comes as true
Widgets & Design
my pagestate component on the screen when I check it using the "isset" decision returns true, even when checked when loading the page, I tried before this check to reset the page state value but it returns true with the value (pagestate: {})
Yes
1
1 reply