📁 Data Stream Actions (Developer Documentation) Flashcards

1
Q

What do Data Stream Actions do?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Data Stream Actions have a fixed structure consisting of what five sections?

A
  • Inputs
  • Action Reprocessing
  • Request
  • Parsing
  • Outputs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Action Inputs and what do they do?

A

Action inputs are configuration options for an action in Flow Designer. They pass variables to action steps and outputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Action Outputs and what do they do?

A

Action Outputs are data pills in a flow. Action Outputs make variables used within an action available to a flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Pagination Setup step in Data Stream Actions utilized for?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Pagination Variables used to do?

A

Use Pagination Variables to set values for options required by APIs that return paginated data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the first section, Inputs.

A

Inputs: Pass variables to action steps and outputs. Action inputs are configuration options for an action in Flow Designer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the second section, Action Reprocessing

A

Action Reprocessing: Run a reprocessing before the action sends the initial API request.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the third section, Request.

A

Request: Configure how the action sends API requests
The Request section executes once per page of results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the fourth section, Parsing.

A

Parsing: Configure how the action separates data stream elements into complex data objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data stream actions have a fixed structure consisting of five sections.
Give a brief description of the fifth section, Outputs.

A

Outputs: Make variables used within an action available to a flow. Action outputs are data pills in a flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly