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
Amit Karlekar 4Amit Karlekar 4 

Screen Flow - Workflow Builder

I have the following requirement of screen worflow:

" Take Custom Name(Text), Feedback Date(date) and Feedback(Picklist) as input from user. Feedback should be a picklist containing 'Happy', 'Not Happy' and 'May Be' as values. If the user selects Happy then create an opportunity, if Not Happy then create a case, if May be then is entered then display a message "We will do our best to improve the services". At the display a message saying "Thanks for providing your valuable feedback" no matter whatever the feedback the user provides. "

how do I create the customer picklist options in the picklist component? I tried but the picklist options are coming in one line.

as a begnner, I am getting so many errors. Solution would be really helpful.

Arun Kumar 1141Arun Kumar 1141
Hi Amit,

You can create the Choices or the Picklist Choice Sets resources in the Picklist Component. With the help the of this you can easily show the picklist options separately not in a Single line. 

Here are the some Salesforce Help Document for your reference related to Choices and Picklist Choice Sets resources. 
https://help.salesforce.com/s/articleView?id=sf.flow_ref_resources_choice.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_ref_resources_picklistchoice.htm&type=5

I hope this information will be helpful for you and if it is kindly mark it as the best answer!
Thanks