Creating Record-Triggered Flow in Salesforce | Infogen Labs | 2022
Infogen Labs "A Ciklum Company"
We develop Digital Solutions for Fortune 500 and fast-growing organisations alike around the world.
Record-Triggered Flow is one of several types of Flows in Salesforce that you may use to automate your business activities. When the following conditions are met, the Flow is triggered:
And run the Flow:
?In some cases, record-triggered flows may allow you to skip creating triggers entirely. You may now achieve complicated business needs without writing a single line of code.
Flow is the future of automation in Salesforce, getting more powerful with each release. If you are still creating new automation in Salesforce using Workflow Rules and/or Process Builders, I strongly advise you to transition to flows to avoid acquiring technical debt.
When the record of an object is modified, you may now retrieve that record's previous values in Salesforce Flow. The global variable '$Record Prior' stores the values of the records immediately before the Flow was performed. These data may be used to check for changes in fields and compute differences in your flow. In Process Builder, this operates as an 'ISCHANGED' condition, which we have made extensive use of in the past. So you can now use it in Flow and construct logic around it.
This post will show you how to use the previously stated '$Record Prior' global variable in Salesforce Flow. After reading this guide, you will be able to: During the following 20 minutes, you will learn how to:
References & Useful URLs:
Visit Us:?corp.infogen-labs.com?