How to add a hyperlink to a Chatter post using Flow “Post to Chatter” core action?

How to add a hyperlink to a Chatter post using Flow “Post to Chatter” core action?

Using Formula, we can add a hyperlink to a Chatter post using Flow “Post to Chatter” core action.

"Link to Account is " + 
LEFT( 
{!$Api.Partner_Server_URL_140}, FIND( ".com/", {!$Api.Partner_Server_URL_140} ) + 3 
) 
+"/" + {!$Record.Id}


Output:

Leave a Reply