Search code examples
axure

Axure - url parameter for logic?


I'd like to have a parameter in the Axure prototype URL, like "http://share.axure.com/Foo/homepage.html?state=guest" which will set an Axure variable "state" to "guest", for example.

(Right now, I have a navigation page (preceding the "homepage") load by default where where the user selects one of several links that opens the "homepage" with the "state" variable set.)

Any assistance would be appreciated.


Solution

  • hope this will help you

    You want to open a particular state of the dynamic panel according the variable you passed on it.You can do this in axure using GLOBAL VARIABLE

    First click on it.

    enter image description here

    This will lead you to this pop up.

    enter image description here

    and on your onload event you can open any state according to your condition(if/else).