Actions

The following documentation outlines that flow actions included within the Flow Tool Kit

The Flow Tool Kit package contains multiple action elements that can be used to navigate bewteen web pages. The pacakge also includes actions that allow admins to display custom alerts and modals to form Users.

  1. NavigateToExperiencePage
  2. NavigateToRecordPage
  3. NavigateToWebPage
  4. DisplayToastMessage
  5. DisplayModalMessage

Falk87gl7c4W000008PXY1

Navigation Actions

The following actions can be used to navigate to internal and external pages


NavigateToExperiencePage: Use this action to navigate to an experience page.

  • pageApiName: Set the api name for the experience page.


NavigateToRecordPage: Use this action to navigate to an internal record page. See Developer Guide for more details.

  • actionName: The action name to invoke. Valid values include clone, edit, and view.
  • objectApiName: The API name of the record’s object.
  • recordId: The 18 character record ID.


NavigateToWebPage: Use this action to navigate to any web page internal or external.

Falk87gl7c4W000008PXY1

DisplayModalMessage

Use this action to display a popup modal message between flow screen navigation.


Users can use the DisplayModalMessage action to display popup messages before or after a screen navigation action.


  • Header: Assign a header value for the modal.
  • Message: Assign a custom message or text template variable to display within the modal body.
  • Title: Assign a title value displayed above the modal message/body.
  • variant: Optionally assign a variant theme. Variants change the appearance of the modal. Accepted variants are info, warning, and error. This value defaults to info. See the Developer Guide for more details.

You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary.
Falk87gl7c4W000008PXY1

DisplayToastMessage

Use this action to display a toast alert between flow screen navigation.


Users can use the DisplayToastMessage action to display popup alerts before or after a screen navigation action.


  • Message: Assign a message value for the toast alert.
  • Mode: Determines how persistent the toast is. The default is dismissible. Valid modes are dismissible, pester, or sticky.
    • Dismissible: Visible until the User clicks close or 3 seconds have passed.
    • Pester: Visible for 3 seconds and disappears automatically.
    • Sticky: Visible until the User clicks the close button.
  • Title: Assign a title value for the toast alert.
  • Variant: Optionally assign a variant theme. Variants change the toast's appearance. Valid variants are info, success, warning, and error. This value defaults to information. See the Developer Guide for more details.

You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary.