Skip to main content

I need help with this , wanna show picklist value + text value combine in  custom field  value. How ? Is there a solution for this

2 respuestas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    8 dic 2021, 09:21

    Hi Rashid,

     

    You could create a formula field returning text:

    TEXT(Picklist__c)+TextField__c

    Or if the text value is hard-coded:

    TEXT(Picklist__c)+"Your text here"
0/9000