Skip to main content
I've created a simple process where if I check a box, there is an auto-post both to Chatter, and also a called is logged.

 

Where I'm struggling for some reason is with the formatting of the content that is posted to both feeds.

 

Log A Call/Chatter Process Automation Question

 

I cant quite figure how insert/merge the 'myVariable_current.Primary_Contact__c' field into the above statement.  Can someone point me in the right direction?
4 réponses
  1. 23 déc. 2019, 15:53
    Wait wait, do you want to put the name of the Primary contact or the link for the primary contact?

     

    For link, refer to previous reply, and for name, you will have to do something like this:

    ... [Account].Primary_Contact__r.FirstName +" "+ [Account].Primary_Contact__r.LastName ...

     

     
0/9000