UpsertSFDCObjects 2025.5.31.15¶
Bundle¶
com.snowflake.openflow.runtime | runtime-salesforce-processors-nar
Description¶
Upserts the records from the incoming FlowFile into Salesforce
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
Object Name |
The name of the object type for the records included in the FlowFile. |
Record Reader |
Specifies the Controller Service to use for reading incoming data. Each recordwill be converted into a JSON object and upserted into Salesforce using a dedicated API call. |
Salesforce Client |
Salesforce Client to interact with the APIs |
Relationships¶
Name |
Description |
---|---|
comms.failure |
The FlowFile is routed to this relationship if any record could not be upserted in Salesforce but the operation might be retried |
failure |
The FlowFile is routed to this relationship if any record could not be upserted in Salesforce |
success |
The FlowFile is routed to this relationship after all records have been successfully upserted |
Writes attributes¶
Name |
Description |
---|---|
sObjectId |
ID of the created object in Salesforce when using this processor with a single record. |