For the complete documentation index, see llms.txt. This page is also available as Markdown.

Page Values

In this section you will learn how to use page values

Page Values allow you to pass data from one page to another.

Extract & Pass Values

In case, when you want to build a Detail page for your user with the user info on this page: first name, last name, address, etc. You need to pass the user ID from one page to another. To do this you need to create a page value for this page and pass this ID to another page in Action.

Create Page values

To create page value, follow the steps:

  1. Go to the Parameters section

  2. Click on the Add Parameter button

  3. Rename the Parameter as ID

spinner

Last updated

Was this helpful?