Hello everyone !
I have on an App Page a ListView containing data that I'm fetching from an App Page variable. When my page is loading, I'm updating this App Page variable through a customized action. The content on my ListView is displaying well.
Then, I have a button to filter the data from this list. When the user clic on the button, I'm using the result of a fonction to update the App Page variable with the action "set value". I've selected the "Update Type" : Rebuild Current Page. But when I click on the button in the test mode, nothing change.
I've checked my function with some print test, and the function is getting well the data. Just the front doesn't update.
You can find in attachment the places where I'm updating my variable.
Thanks in advance !