Share via

How can I pass values from one page to another pages?

  • Anonymous
    Member
    # 3 years, 5 months ago

    Need to pass the values from one page to another

    admin
    Keymaster
    # 3 years, 5 months ago

    This is possible and do the following 2 options will help you.

    1.Use the GetProps method in a smart coder to get the values from one page to another page. Note that it will work only for the immediate page.
    Ensure the data configured on the previous page navigation method.

    2.Alternatively you can you the Set and Get Local storage concept to do that. It is a recommended one.

    Anonymous
    Member
    # 3 years, 5 months ago

    SetLocal stroage used to store the page values and GetLocal stroage is used to show the values in page

    Anonymous
    Member
    # 3 years, 5 months ago

    Great. Thanks for useful information.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.