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
Salesforce seekarSalesforce seekar 

Filter Your Picklists By Profile users in screen flows ## Urgent

Hi Team , 

User-added image I have a screen flow , in above screen i have a picklist field named Car , i would like to filter my picklist field Car values based on logged users. 

1. if user with profile A logs in i would like to see picklist Car Value : Honda , Maruti 
2. if user with profile B logs in i would like to see picklist Car Value : Fait, Ambassdor 

Can anyone please let me know how to can we acheive this . 




 
HarshHarsh (Salesforce Developers) 
Hi,
Can you tell me how many profiles you want to check and the picklist fields? 
It will help me to create the screen flow.

What are the fields in Create User Forms?

Thanks
Salesforce seekarSalesforce seekar
HI Harsh , 
Thanks for quick response

In screen user  form there are 2 text fields like Name , Model and 1 picklist field CarValue (picklist)  .
There are only  2profiles say profile A and profile b and 4 values in picklist (Honda , Maruti , Fait, Ambassdor )

1. if user with profile A logs in i would like to see only picklist Car Value : Honda , Maruti 
2. if user with profile B logs in i would like to see picklist Car Value : Fait, Ambassdor 
 
HarshHarsh (Salesforce Developers) 
Hi,
  • You can use the decision element and in outcomes you can select $Profile.Name.
  • After checking the profile, the two outcomes can have different values of the picklist.

Please mark it as Best Answer if the above information was helpful.

Thanks.