# Salesforce - Get report by ID action (batch)

This action retrieves columns and rows from a Salesforce report in batches.

# Input

Input fields Description
Report Select a report to retrieve. Alternatively, use the drop-down menu to toggle this field to Enter the report ID and enter a report ID from the output of another action, such as Search records.

# Output

Output fields Description
Attributes An object containing the report's attributes. For example: the Report name, Report ID, and Type.
Columns An object containing information about the report's columns. For example: Label, Name, and Type.
Rows An object containing information about the report's rows. For example: a Columns object, List index, and List size.


Last updated: 10/16/2025, 6:31:22 PM

On this page