Extract & Pass Values
Learn about the different values types you can work with.
Last updated
Learn about the different values types you can work with.
Last updated
Jet allows you to extract and pass values in Visual Builder
, Data
, and Workflow
Visual Builder/Data/Workflow Values
User and Team Values (Email, First and Last name, team name, token, user id)
Computed Values (Transform your values with Formula or JavaScript)
There are two types of Visual Builder values: Component and Page values
Using Component Values you can pass values such as subject and body to Send email
, filter a list, or pass data from one page to another. You can specify Values for each page or component. Here we guide you through Values types and how to specify Values for a page or component.
In the case where you want to create a Detail page with information about the user on that page: name, last name, address, etc. You need to pass the parameter values of these fields from one page to another. To do this, you need to create parameters for this page and pass these parameters to another page using the Navigate to Page action.
To create Page Values go to the page settings then click +Add Parameter.
In order to pass a value from one page to another, you need to use the Navigate to page action.