📁 Data Stream Actions (Developer Documentation) Flashcards
What do Data Stream Actions do?
Send REST or SOAP requests from Flow Designer to APIs that:
- Return responses larger than 10 MB
- Return paginated responses
Data Stream Actions allows flows to process large requests by processing each object in the data stream using For Each flow logic
Data Stream Actions have a fixed structure consisting of what five sections?
- Inputs
- Action Reprocessing
- Request
- Parsing
- Outputs
What are Action Inputs and what do they do?
Action inputs are configuration options for an action in Flow Designer. They pass variables to action steps and outputs.
What are Action Outputs and what do they do?
Action Outputs are data pills in a flow. Action Outputs make variables used within an action available to a flow.
What is the Pagination Setup step in Data Stream Actions utilized for?
Use the Pagination Setup step to provide values for the dynamically determined part of an API request. For example, requests to APIs that return paginated data typically require specifying which page of data to send
What are Pagination Variables used to do?
Use Pagination Variables to set values for options required by APIs that return paginated data.
Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the first section, Inputs.
Inputs: Pass variables to action steps and outputs. Action inputs are configuration options for an action in Flow Designer.
Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the second section, Action Reprocessing
Action Reprocessing: Run a reprocessing before the action sends the initial API request.
Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the third section, Request.
Request: Configure how the action sends API requests
The Request section executes once per page of results.
Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the fourth section, Parsing.
Parsing: Configure how the action separates data stream elements into complex data objects.
Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the fifth section, Outputs.
Outputs: Make variables used within an action available to a flow. Action outputs are data pills in a flow.