Page 1 of 1

Passing parameters with button to another page

Posted: Thu Jun 11, 2015 11:37 am
by Angel Garcia

I am developing an app where I have a group button whose text is brought via REST API.
Image

When I push a button I want to go to another page where details of this button are shown. In other words, I need to pass “id” parameter from one page to another.

I think that I can create an event for button that updates a session storage variable and takes me to this page when I read this variable. But I don’t know how it’s done.
Image

My map is this (I want to pass “id” as parameter):
Image

Thanks.


Passing parameters with button to another page

Posted: Thu Jun 11, 2015 1:25 pm
by Serhii Kulibaba

Hello Angel,

Please follow this documentation: https://devcenter.appery.io/documenta...


Passing parameters with button to another page

Posted: Mon Jun 29, 2015 2:54 pm
by Angel Garcia

Thanks!