Creating a query with VFC data source¶
This section explains the procedure to create a query by using the Visual Flow Creator (VFC) data source.
Prerequisites¶
- Atleast one public VFC flow must be available (created in Visual Flow Creator application)
Procedure¶
- Click "Dashboards" in the left navigation.
- Click "New" and select "New dashboard" from the drop-down list.
- Click "+ Add visualization".
- Select "Visual Flow Creator" from the data source list.
- Select a VFC Flow from the drop-down.
Add a Query Parameter to the request (Optional)¶
You can enter a custom name and value for the Query Parameter. It will then be appended to the request URL using the standard URL query parameter syntax.
Additionally, if your Dashboard uses a Dashboard Variable, you can use a template to include the dynamically selected Dashboard Variable in your request by entering the variable name using template syntax. If the name of the variable is Dashboard_Variables
, you can enter it as ${Dashboard_Variables}
and the value will be substituted with the current selection.
Last update: September 26, 2024