I would like to put a validation rule on two screen input fields in my flow - but the formula editor within the flow does not give many clues to proper synatx. Can I use all of the same functions that I have available when creating a regular formula field?
My two validations are
{!Email_Input} must contain "@"
{Price_Input} must be formatted 0000.00
How do I do this?
3 件の回答
Hi John,
Yeah, the flow editor isn't great. You can use the same syntax, but it's actuall opposite of a validation rule - if the field DOESN'T meet the criteria, then the rule fires.
The good news is - when you save the flow (click 'save' on the flow itself, not just 'ok' on the screen), you will get an error message if the syntax is invalid.
Hope this helps!