Navigate

To set a navigation on your Salesforce.

Overview

The Navigate interaction allows you to set the navigation when a user clicks on an action. This feature will enable you to trigger and customize different page references, making it easy for end-users to navigate to other pages. This helps to create a seamless user experience and improve user engagement.

List of Page Reference Type

These page reference types are supported.

App

To set interaction navigation to an app, enter the app ID in the App Target field.

URL Format Examples

Navigate to the app’s homepage using the appId

/lightning/app/06mRM0000008dNrYAI

Navigate to an object record’s page in the app using the appId

/lightning/app/06mRM0000008dNrYAI/o/Case/home

Navigate to the app’s homepage using the appDeveloperName

/lightning/app/standard__LightningSales

Navigate to an object record’s page in the app using the appDeveloperName

/lightning/app/standard__LightningSales/o/Case/home

Knowledge Article

A page that interacts with a Knowledge Article record.

Lightning Component

A link to a Lightning Component.

Login Page

A page for authentication into an Experience Builder site.

Named Page (Standard)

To navigate to a standard page with a unique name. If an error occurs, the error view loads, and the URL isn’t updated.

To set navigation to a page that displays the content mapped to a custom tab. Visualforce, web, Lightning Pages, and Lightning Component tabs are supported.

Object Page

To set navigation to a page that interacts with a standard or custom object in the org and supports standard actions for that object.

Automatically Populated Fields When Creating a New Record

When using the “Create Record” interaction, you will now notice that specific values are pre-filled. This feature facilitates quicker and more efficient record creation by automatically populating relevant fields, allowing you to focus on adding the necessary unique information without manually entering commonly used data.

You can automatically fill in values using a flow variable. This means certain information can be automatically entered or selected in a field, making the process faster and easier.

Tutorial

Record Page

A page that interacts with a record in the org and supports standard actions for that record.

Tutorial

Web Page

To set interaction navigation to a web page, enter the website address in the URL field.

Last updated