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
Dimitri Van LooyDimitri Van Looy 

Flow validation formula evaluates to false but the field is not evaluated

Hi all,

Concerning Visual Flow and input field validation:
I've created a formula wich evaluates to false (tested with a formula resource on a screen) but the inputfield it checks still passes the validation.

inputfield: Loon
inputType: Currency
Scale: 3
Validation formula: ({!Loon}-{!Minimumloon})>=0

So when I enter Loon: 14.900 and Minimumloon = 15.900 it results in 'false', but the flow passes the validation and continues.

Some help is highly appreciated!