1
'Replace Page' Page Mount Flow doesn't trigger
planned
C
Chris Revell
AppID: 277383
Page: 8
There is an issue where the page mount logic isn't setting the page variable when 'Replace Page' is used.
This is replicable and we have setup a test app to show this.
I'm unsure if the same issue occurs with 'Navigate Back'
Edit: Seems to occur on the 3rd or 4th replace page.
Log In
T
Timo Kapanen
planned
T
Timo Kapanen
Hi Chris Revell and thanks for your report including the test app. It seems to be somehow related to the (lack) of page parameter usage. If you modify the logic by passing a page parameter with a changing value (for example using a formula RANDOM_INTEGER_BETWEEN(0, 100)), then the page mounted seem to trigger properly. I took a liberty to modify the app accordingly as it is clearly a test app.
We have anyway added this to our development backlog. BR, Timo
C
Chris Revell
Timo Kapanen: Thanks Timo, unfortunately adding RANDOM_INTEGER_BETWEEN(0, 100)) doesn't seem to resolve the issue after the 2nd or 3rd replace page - the issue still occurs.
We will wait for the dev team to take a look :)
Thanks again
C
Chris Revell
In the example the flow fails completely after the first alert. The second alert and set page variable doesn't trigger at all