Action Button Types: Calling A Data Flow

Action Button Types: Calling A Data Flow

This article provides the resources and link to support the task of calling a data flow.

  1. Data Flow Action Button
    1. Data Flow Response Types
      1. Document
      2. Visualization
      3. Markdown
      4. JSON
      5. CSV
      6. Plain Text

Data Flow Action Button

The Data Flow action button type contains the most features.

Data Flow Response Types

It is possible to change the Response Type.

The options include DocumentVisualizationMarkdownJSONCSV, and Plain Text.

Document 

This option returns either base64 encoded PDF string, or object with a documentContent property of base64 encoded PDF string.

Visualization

{

  "visualizationId": id,

  "payload": {

    ...

  }

}

It is possible to return null from a data flow with the Visualization response type, to not render a floating window.

Markdown

This option is a string with markdown tags/elements.

JSON

This option is an object/string (return just a string for success messages).

CSV

This option is a string.

Plain Text

This option is a string.

    • Related Articles

    • Action Button Types: Calling A Visualization

      This article provides the resources and link to support the task of calling a visualization. The auto-refresh interval makes it possible to enter an amount of time in seconds to wait before automatically refreshing the visualization. The example ...
    • Action Button Types: Calling A Document

      This article provides the resources and links to support the task of calling a document. Example Of A Parameter Target Location It is possible to directly call a document. It is possible to add parameters to the screen. Example Of A Parameter In the ...
    • Action Button Types: Calling A Webhook

      This article provides information to support the task of calling a webhook. The example shows the creation of a webhook named Webhook. For a webhook to function properly, it is necessary to create a topic in Fuuz and create a flow subscribing to the ...
    • Fuuz Chrome Browser Extension And Action Buttons

      This article provides the steps and resources to support the task of integrating any website with the Fuuz Browser Extension. Installation Action Button Action Button Type: Document Action Button Type: Navigate Action Button Type: Screen Action ...
    • JSON

      The JSON input uses the Monaco library for its editor, so it has some very powerful tools built-in. You can access Monaco’s Command Palette by pressing the F1 key, where you can view and search for any additional functionality provided by the editor. ...