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
Lakshmi SLakshmi S 

How to validate the fields in Flow?

Hi Team,

How to validate the fields in Flow?
1. validation profile or user ( Make it madatory based on profile)
2. How to validate blank or null values (for text)

Can someone let me know how I can do this?

Regards
Lakshmi
Lightning PracticeLightning Practice
Hi Lakshmim,

try this 
LEN({!first_name}) > 1

Thanks ,
Ram
Lakshmi SLakshmi S
Hi Ram,

It's not working.