Extract & Pass Values

Learn about the different values types you can work with.

Jet allows you to extract and pass values in Visual Builder, Data, and Workflow

Values Types

  • 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)

pageFormula
pageJavaScript Column

Visual Builder Values

There are two types of Visual Builder values: Component and Page values

Component 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.

Page Values

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.

Create Page Values

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.

pageField ValuespageFormula

Last updated