
1. Output text field is showing BR_ENCODED when I include br() for line break in formula in process builder. Please suggest me how to mention line breaks in a formula field in Process builder.
2. Also, in one of my workflow - I have three field update actions. I want to make an order of execution as 1-2-3. But, currently it is executing as 1-3-2. Please suggest how to overcome.
Thank you!
4 个回答
Hi Carthick,
1) If you want to use Process builder only then you can follow this link to overcome with line-break problem:-
https://automationchampion.com/tag/add-a-line-break-in-process-builder-formula/
otherwise you can use WF rule as suggested in this idea:-
https://success.salesforce.com/issues_view?id=a1p300000008YkZAAU
2) Basically in WF rule there is no defined pattern to perform it's actions, so if you want to do the update in this order then you can choose 're-evaluate workflow rules' to chain them.
Here's the link to it:-
https://salesforce.stackexchange.com/questions/23894/field-updates-in-workflows
Hope it helps.
Thanks