Allow user to type the value manually when new value is not part of picklist

Hi,

I have pick list but I have to allow user to type the value manually when new value is not part of picklist.

Thanks

Hi @VighneshaH16822771,

Picklist are control types been created to restrict the type of selection from the Users so that they only select from a given set of values.

How to create a picklist | Pega?

For this functionality you may include a checkbox asking if the values does not exists, if the checkbox is true display a text input to capture the value and write it back to the picklist source so that now they can select from the provided list.

@VighneshaH16822771

Have an option ‘Other’ in the picklist , once it is selected have a text input to capture the new value.