Describes how to use the Go to view step

Description

Navigates to the specified view in the UI.

Category

UI

Inputs

Label Type Required Default Visibility Description

View

view

yes

Always

The view to navigate to.

View type

choice

config.view.type is ENTITY_VIEW

Read Only

config.view.type is ENTITY_VIEW

In case of grid or workflow views define the view type to redirect.

Possible values are:
Read Only
Create
Edit

Record ID

text

config.view.type is ENTITY_VIEW

config.view.type is ENTITY_VIEW

ID of the record. When this field is set the app navigates to the detail read-only view of the record.

Filters

query

no

config.view.type is COLLECTION_VIEW

config.view.type is CARDS_VIEW

In case of grid or workflow views define some view filters to be applied.

Parameters

query

no

config.view.type is CUSTOM_VIEW

In case of custom views you can define some view parameters to be applied. Those parameters are transformed into URL query parameters.

Outputs

No configuration is needed.

Sample

Go to view Sample

The flow starts, the go to view step goes to the specified view and then the execution finished with the end step.

Back to top