Salesforce Get record action
- Updated: 2023/09/01
Salesforce Get record action
The Salesforce Get record action is used to read the fields of a Salesforce object.
Prerequisites
Note: Ensure that you are authenticated before calling any
Salesforce action. For more information about authentication, see
Salesforce Authentication action.
To read the field of a Salesforce object by using the Get record action, perform the following steps:
Procedure
- From the Actions pane, select and place it in the canvas.
-
Enter the following fields:
-
Click Run to start the bot. You will be
able to read the value of the field by simply printing the value in a Message
box
action. For example, in this sample,
$SFDC_Res{Status}$
will printNew