function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
emandra_kfemandra_kf 

Flow Designer string comparison

I'm using Flow Designer to model my process and need to compare two text fields to be sure they are the same ("Email Address", "Confirm Email Address". The validation feature in the cloud version makes this very easy, but I can't figure out how to do it in Flow Designer. Is an Apex plug-in the only option?

RajaramRajaram

Validation rules using salesforce formulas is available only in the cloud flow designer. Any reason you want still to use the old desktop designer?

RobbiePRobbieP

Cloud Designer is still missing some of the orginal functionality such as the send email plugin. I currently use both depending on the needs, simple scripts can be done in Cloud but the more complicated ones are still easier to accomplish in the Desktop Designer. Will the send email functionality be returned to us anytime soon?