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
Babar Hussain 4Babar Hussain 4 

Flow Validation

Hi Friends,
I had one requirement : - Make Picklist Unmandatory based on other picklist value in flows 
Anyone knows how to approach this requirement please suggest the steps 
VinayVinay (Salesforce Developers) 
Hi Babar,

You need to make a picklist value dynamic based on the field value of another record, use the dynamic field variable in the choice. Now, since there isn't a 'Validate Input' option for picklists, any validation for picklist values can be added in the Decision after the screen.

Check below reference.
https://salesforce.stackexchange.com/questions/305370/salesforce-flows-picklist-with-blank-option-and-mandatory-and-validation

Please mark as Best Answer if above information was helpful.

Thanks,