Overview
The Redirect action is used to navigate users to another layout within the application or to an external URL.
...
It can be triggered by certain conditions or events within the workflow and provides a seamless way to guide users through different parts of the application based on their actions or the workflow’s logic.
This action is essential for workflows that need to move users across different sections or external resources efficiently.
Config
...
Config Field | Description |
---|---|
Redirect To | It allows to choose the location to be redirected to, either URL or another layout. |
Layout / URL | It depends on earlier value you choose, if you chose layout, you can see layout in dropdown here, and if you chose URL, you can enter URL. |
...