Skip to main content
Content and/or connection permissions are not automatically provided to the user during a navigate event. This means if you redirect a user to a dashboard or workbook, the user will need the appropriate content and/or connection permissions to view the content.
{
  "name": "navigate",
  "payload": {
    "path": "string"
  }
}

Properties

path
string
The path to redirect to.

Example

{
  "name": "navigate",
  "payload": {
    "path": "/dashboards/abcd1234"
  }
}