Site icon UnofficialSF

Reactive Formulas in Flow Screens – Considerations

Supported Formulas

Formulas will update reactively (automatically) if they reference reactive components and include any of the following formula operators:

Additional Support Considerations

Appending / Prepending Text

        IF(
OR(
AND( {!escalateCase} = true,
ISBLANK({!Lets_See_some_Appended})),
AND( {!escalateCase} = true,
NOT(BEGINS({!Lets_See_some_Appended},"[ESCALATED]")))
),
"[ESCALATED]" + {!Lets_See_some_Appended},
{!Lets_See_some_Appended})

DISPLAY DIFFERENCES

Exit mobile version
Skip to toolbar