Skip to content
pozil edited this page May 7, 2020 · 1 revision

These extensions deal with data operations.

Table of content


Execute SOQL Query

Executes a SOQL query.

This action works well in combination with the SOQL Builder community-contributed flow screen component.

Type: Invocable Action

Inputs:

Name Type Description
query String SOQL query

Outputs:

Name Type Description
collection List<SObject> Records returned by query

Save Records Async

Upserts a list of records asynchronously (outside of current transaction).

Original contribution by David Entremont

Type: Invocable Action

Inputs:

Name Type Description
collection List<SObject> Records to be upserted

Outputs:

Name Type Description
jobId Id Id of the upsert job