Salesforce Fact #886 | Check if account description is blank using flow

Long text area cannot be referenced in Salesforce formula fields. But they can be referenced in flow formula resources.

Suppose, we need a flag to indicate if the description field on account is empty or not. We can create a before save record-triggered flow on Account and check if it is blank in a formula resource and store the value in a checkbox field.

Attached are the screenshots.





Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow