My login screen sends the user to a “routing page” where I have 2 conditional links based on a “true/false” variable in the users collection.
If variable = true links Home
If variable = false links Intro video
The problem that I’m having is that sometimes the linking does not work, I even put a button on the “routing page” with the same conditionals and sometimes the button does nothing!
If you have placed all those actions on a single screen, it’s possible that the actions are conflicting, but I would like someone else to confirm that as well.
This conditional is on the same page on the “when a user visits the screen” action part of the page.
It is how the documentation and the forum says it should be done.
Doesn’t make sense to create 2 buttons and let the user choose its path, the path depends on a variable.