Salesforce Get Field
Gets the value of a text field from a salesforce record.
Get the value of a field from a salesforce record
Action Inputs
Name | Type | Description |
---|---|---|
Object Name | String | API name of the object to get the field from |
Field Name | String | API name of the field to get |
Salesforce Record ID | String | Salesforce ID of the record to retrieve the field from |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether or not the field was retrieved |
Value | String | Value of the field |
Updated 6 months ago