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 réponses
  1. 8 déc. 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