Migrate to Flow Tool (Beta)

Migrate to Flow Tool (Beta)

March 17, 2022 Yumi Ibrahimzade 1

Salesforce announced that Workflow Rules and Process Builder will be deprecated in the near future. Therefore, it is time to start converting your existing workflow rules and Process Builder to flows. For this purpose, Salesforce released a new tool called Migrate to Flow Tool (Beta).

Define the Trigger Order of Record-Triggered Flows

Define the Trigger Order of Record-Triggered Flows

February 27, 2022 Yumi Ibrahimzade 1

It is obvious that before save flows run before the after save flows. But in some cases you can have multiple flows with the same trigger type (before or after save) and the same start criteria. Or you can have flows without even a start criteria. So, which one will run before?

Using Flow to Access Picklist Choice Values

Using Flow to Access Picklist Choice Values

February 15, 2022 Yumi Ibrahimzade 20

A picklist field in Salesforce lets you choose a value from a predefined list. Choices have two main attributes: Value and API Name. Value is the text that the user sees on the user interface. At the other hand, API Name is the value that is stored in the field.