Flow Blog Series 03:
Record-Triggered Flow
In the first blog, we showed you why Flow is the way to go! There are 5 flow implementation types you can choose from, but no stress! In this blog series you will find out which one you can use best in what scenario. Let’s go with the Record-Triggered Flow!

Enough with the talking, let’s do something!
Imagine you want to count the total of account-to-account relationships. There is no standard way to do this. An account-to-account relationship is set up with a junction object with 2 lookups to account. But with a Record-Triggered Flow you can achieve this. So let’s create a demo together, and include that record trigger.
Drag and update
Now we need to drag the assignment to the canvas and make sure it counts the numbers of both lookup fields.
After that, update the field “Account Relation Count Total” with the total of the counted records from lookup field “Accounts”.
Last step for this flow is to update the field “Account Relation Count Total” with the total of the counted records from lookup field “Relation Account”.
Assignment Logic
Next, we need to put the assignment logic to the canvas that counts the total.
Then, we put another assignment logic to the canvas that deducts the last total count.
And lastly, we need to update the Account and Relation Account records.