This action will immediately open another menu when executed.
Open Menu

Options
Section titled “ Options”This action has the following options:
- Menu: The name of the menu to open when this action is executed. If multiple menus have the same name, the first one will be opened.
JSON Configuration
Section titled “ JSON Configuration”If you edit your menus.json file by hand or use the IPC interface, you can create this action with something like the following.
..."selectWorkflow": { "actions": [ ... { "type": "open-menu", "menu": "Discord" } ... ]}...