Create Bulk Download Job Using SOQL

Estimated reading: 2 minutes 94 views

This activity helps the user to create a bulk data download job in Salesforce using a custom SOQL query to retrieve large volumes of data efficiently by querying specific objects and fields. The job runs asynchronously, making it suitable for handling large datasets without affecting performance. 

Properties

Configuration

Each activity requires a connection with Salesforce authentication. Once you select the respective project name where Salesforce has been authenticated, the activity will automatically retrieve the available connections for that project.

Below are the properties available after the project has been integrated:

Salesforce: *This parameter indicates the account name associated with the integration. 

INPUT

Query: *Specifies the SOQL query to be executed for the bulk download job. This query defines which object and fields to retrieve, along with any conditions or filters. The value must be provided as a String and should follow proper SOQL syntax.

OUTPUT

JOB ID: *It helps to return the JOB ID as the result of the execution in “String” datatype.

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”

True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

* Represents mandatory fields to execute the workflow.

Share this Doc

Create Bulk Download Job Using SOQL

Or copy link

CONTENTS