Create Bulk Download Job Using SOQL

Estimated reading: 2 minutes 2858 views

This activity helps the user to create a Job ID for downloading bulk data in Salesforce using a custom SOQL query to retrieve large volumes of data efficiently by querying specific objects and fields. 

Properties

Configuration

Once the integration is connected from the Manager, the property panel will automatically display the connected integration.
If you see the message “Add new connection”click here to learn how to set up a new connection.

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