You need to sign in to do that
Don't have an account?

How to auto populate field with concatanate firstname lastname and multiselect picklist
I have case object firstname and lastname and city multiselect picklist i need to auto populate combination of above 3 fields.
You can use a formula field(tesx) to concatenate the different fields that you want.
Below is a sample formula that you can use as a base to solve your problem:
The only thing is that you have to enter the different multiselect values in the section that has the includes.
Hope this helps!