Last updated on April 25, 2024
The BR() function in the formula of Salesforce flow returns <ππ> for the text output. The workaround is given below.
STEP 1
In the Salesforce flow, create a constant resource with the default value as {!$πΆππππππ²πππππππ.π΄ππππ’ππππππ}
STEP 2
Then create a text template resource as shown in the attached screenshot.
Now, instead of using the BR() function in your formulas, use the {!ππππ_πππππ} reference.
Example: If your formula previously looked like π±π()&”βπΌπ’βπππ‘π”, update it to {!ππππ_πππππ}&” πΌπ’βπππ‘π”. As shown in the following screenshot.