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
AnonymouseAnonymouse 

How to Convert Name ID (WhoId) to be Accepted Input for Picklist Value Field?

Hello,

I currently have a Process Builder picklist field (example: customField__c) that needs to accept a concatination of two other fields: a picklist field (example: picklist__c) and a Name Id (example: WhoId).

customField__c = picklist__c + " - " + WhoId

Currently, the customField__c looks like it accepts the picklist__c field as desired, but the WhoId looks like an ID instead of the Name. How may I convert the Name to appear as some thing like "John Doe" instead of an ID value? I tried TEXT(), but it gives an error:

"The formula expression is invalid: Incorrect parameter type for function 'TEXT()'. Expected Number, Date, DateTime, Picklist, received Text"

Any help would be greatly appreciated.

Sincerely,
Anon