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

PropertyDescription
Object Fields Filter JSONJSON representation describing which fields to include or exclude for Salesforce objects.
Object NameThe name of the object to describe.
Salesforce ClientSalesforce Client to interact with the APIs

Relationships

NameDescription
comms.failureA FlowFile is routed to this relationship if the object metadata could not be retrieved but the operation might be retried
failureA FlowFile is routed to this relationship if the object metadata could not be retrieved
successFlowFile containing the object metadata will be routed to this relationship

Writes attributes

NameDescription
sObjectFieldsComma-separated list of the fields of the object (without non-queryable fields).
sObjectExcludedFieldsComma-separated list of the non-queryable fields of the object.
sObjectSchemaThe schema associated to the object based on its fields (without non-queryable fields).

See also