Help with onload variables needed!

Hi All,

I’m having an issue with a page where I’m changing the state of the page based on variables passed from buttons on a different page which return true/false values.

The issue I’m having is that the base state of the page which should appear on first load of the page is not loading, but one of the conditional states based is loading instead.

I’ve tried adding a ‘null’ conditional Onload state for the variable in question, but that doesn’t work either.

Does anyone have any tips for how I can resolve this?

Would you mind uploading your prototype so I can poke around at it?

Can’t tell you how to fix it if we can’t see the file. If you can share it someone can take a look and help.

That said, are you 100% sure your conditions are correct? If a condition is triggering when you think it shouldn’t be, then most of the time the condition is usually not what you think it is.

Double check then very carefully along with your variable values. Use the console table in the Axure sitemap to see the variable values and cases in real time.

Maybe something like this?

ChangePageState.rp (73.7 KB)

1 Like