Skip to main content
I'd like to populate a text field with the value in a lookup field. When I create a workflow for this, I get the following error message:  "Error: Formula result is data type (Boolean), incompatible with expected data type (Text)."  Can this not be done, or is there a workaround that someone has already thought of?

 

Much appreciated!
6 Antworten
  1. 30. Nov. 2012, 22:22
    Taking a stab here but is Accenture_Relationship_Contact_Outlook__c the look-up field on the object you created the workflow on and IP_Relationship_Manager_new__c is the field on the Accenture Contact you want to pull through?

     

    If IP_Relationship_Manager_new__c is a text field then you would just want your formula to be:

     

    Accenture_Relationship_Contact_Outlook__c.IP_Relationship_Manager_new__c

     

    Let me know if any of my assumptions are wrong or if this works.
0/9000