-
Notifications
You must be signed in to change notification settings - Fork 87
Data
pozil edited this page May 7, 2020
·
1 revision
These extensions deal with data operations.
Table of content
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 |
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 |
ℹ️ These components are part of the Apex Formula Evaluator package.