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.Copy
Ask AI
{
"name": "navigate",
"payload": {
"path": "string"
}
}
Properties
The path to redirect to.
Example
Copy
Ask AI
{
"name": "navigate",
"payload": {
"path": "/dashboards/abcd1234"
}
}