DescribeSFDCObject 2025.10.9.21¶
Bundle¶
com.snowflake.openflow.runtime | runtime-salesforce-processors-nar
Description¶
Describe the specified object metadata in Salesforce.
Tags¶
describe, object, preview, salesforce, sfdc
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
| Property | Description |
|---|---|
| Object Fields Filter JSON | JSON representation describing which fields to include or exclude for Salesforce objects. |
| Object Name | The name of the object to describe. |
| Salesforce Client | Salesforce Client to interact with the APIs |
Relationships¶
| Name | Description |
|---|---|
| comms.failure | A FlowFile is routed to this relationship if the object metadata could not be retrieved but the operation might be retried |
| failure | A FlowFile is routed to this relationship if the object metadata could not be retrieved |
| success | FlowFile containing the object metadata will be routed to this relationship |
Writes attributes¶
| Name | Description |
|---|---|
| sObjectFields | Comma-separated list of the fields of the object (without non-queryable fields). |
| sObjectExcludedFields | Comma-separated list of the non-queryable fields of the object. |
| sObjectSchema | The schema associated to the object based on its fields (without non-queryable fields). |