Flow Type

This guide outlines how to automate the retrieval of multiple flows in Salesforce using the Salesforce connector. This operation allows you to easily access and display flows within your Salesforce environment.

Overview
The Get Many Flow operation enables you to fetch information about flows available in Salesforce, making it easier to manage and monitor your automation processes.

Operation Details
Run This Node:
Description: Execute this operation to retrieve all flows available in your Salesforce environment. You do not need to specify any parameters.
Input: None required.
Example Use Case
You want to automatically retrieve and display all available flows in Salesforce for reporting or monitoring purposes.

Sample JSON Payload
No specific payload is needed, as this operation requires only the execution of the node.

Expected Output
When the operation is successfully executed, you will receive a list of flows, including details such as:

Flow ID: The unique identifier for each flow.
Flow Name: The name of the flow.
Flow Status: The current status (active, inactive, etc.).
Description: A brief description of the flow’s purpose.
Notes
Ensure you have the necessary permissions to access flows in Salesforce.
The output may vary depending on the flows available in your Salesforce environment.