Flow: How To Use “Update Records”

As mentioned in the Introduction and Assignment article, only the data elements can modify your records. You can think of the actions inside the flow as editing the records, and “Update Records” as clicking save. Similar to other data elements there are also two ways to update records:

1. Use a Record or a Record Collection

Commonly used when you have record or record collection variables that allow for input and you modify those variables in the flow. For the collection variable, it will often be combined with a loop.

In each iteration of the flow, you update each item. After the loop finishes, you can update all items at once.
2. Specify Conditions and Set Fields Individually
flow update records - Specify Conditions and Set Fields Individually

By setting the fields individually, you can either update the fields using another resource, or a manually typed in value. It is also important to know that you can also update several records AT ONCE! However, please note that this will cost an extra SOQL query.

3. Use The Reocrd That Triggered This Flow (Only in Record- or Schedule-Triggered Flow)

This is similar to option 2, but it DOES NOT cost an extra SOQL query. Now for before-save triggered flow, you can choose to use an Assignment, or an Update Records with this option to update your records.

Check Out How Record Id Can Be Used In Real Cases!
Use Case: Deactivate Users with The Last Login Date
We have utilized the Schedule-Triggered flow to automate sending the ...
Use Case: Get a List of Names of Related Records to a Field
A while ago we published a Use Case to create ...
Use Case: Update All Related Contacts (Account Contact Relationship)
Do you have the Account Contact Relationship enabled for your ...
Use Case: Create an Easy Login Flow
Do you want to enforce the entry of certain user ...

Official Salesforce Help Article On Update Records

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments