Update Contact Record with Individual Field
The next step (we know, we know... we’re almost done with the flow creation) is to update the Individual field on the user’s contact record, associating it to the record that stores the customer’s communication preferences.
- On the path after the Create Individual element, click . Select the Update Records element. (Watch the Data Elements video to learn more.)
- For Label, enter
Update Contact with Individual
. The API Name field is automatically populated based on this entry, and isUpdate_Contact_with_Individual
.
- Select Specify conditions to identify records, and set fields individually.
- For Object, select Contact.
- For Condition Requirements to Update Records, select All Conditions Are Met (AND).
- Field: Id
- Operator: Equals
- Value: select UserInfo, then select ContactId
- Under Set Field Values for the Contact Records, select the following.
- Field: IndividualId
- Value: individualId
- Save the flow.
Resources