Posts

Showing posts with the label long text area

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

Image
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.

Salesforce Fact #816 | Char count in long text area in screen flow

Image
We can count the number of chars and show the same for a long text area against the limit in a screen flow. Attached are the screenshots.