How to Roll Back Records in Screen Flow

How to Roll Back Records in Screen Flow

July 24, 2022 Yumi Ibrahimzade 0

Salesforce introduced a brand new element called Roll Back Records in the Winter '22 Release. Roll Back Records data element is available only in screen flows. You can use it to roll back a transaction and cancel all its pending record changes.

How to Delete Records in Flow

How to Delete Records in Flow

July 22, 2022 Yumi Ibrahimzade 6

Unlike the other automation tools like Workflow Rule and Process Builder, there is an option to delete records in Flow. You can use the Delete Records data element to delete one or multiple records in Salesforce.

Hard Delete Salesforce Records Using Flow

Hard Delete Salesforce Records Using Flow

July 7, 2022 Yumi Ibrahimzade 4

Delete operation can be used to delete records from the database, which sends those records to the recycle bin. In some use cases, you may want to hard delete the records so that the users cannot restore them. However, there is no standard way to hard delete records in Salesforce Flow.

The Complete Salesforce Lightning Flow Course

The Complete Salesforce Lightning Flow Course

July 1, 2022 Yumi Ibrahimzade 0

In the last few months, many people asked if I have an online Salesforce Flow course. Therefore, it was the time for me to prepare a Udemy course. I am happy to announce that my course called "Salesforce Lightning Flow Course by the FlowFest Champion" is live on Udemy!

Let Users Pause Flow Interviews

Let Users Pause Flow Interviews

June 15, 2022 Yumi Ibrahimzade 3

In some cases, users might need to give a break while running a flow. It is possible to let the users pause the flow interviews and then resume whenever they want. Plus, they won't lose any valid information that they entered.

Find Object Name from Record Id Prefix in Flow

Find Object Name from Record Id Prefix In Flow

June 4, 2022 Yumi Ibrahimzade 5

In Salesforce, all the standard and custom objects have three character prefixes. They form the first part of the Record Id. Standard objects always have the same record Id prefix. However, record Id prefix values of custom objects might vary in different environments.

Flow Trigger Explorer

Flow Trigger Explorer

April 17, 2022 Yumi Ibrahimzade 2

After some point it becomes hard to see the existing record-triggered flows running on the same object. To help you easily view all of your record-triggered flows by the object, Salesforce announced a new tool called Flow Trigger Explorer in the Spring '22 release.