
Announcements
Is there a way of adding the data from Salesforce 'lookup' field types to 'post message in chat or channel' message body?
For example: we want to send a message to Teams when an Opportunity StageName changes to 'Closed Won'.
I have built out the message and it's sending to the Teams channel but I am only able to select 'custom' Salesforce fields or built in Salesforce fields that are ID (I can only fetch data from Opportunity object, I want to fetch the data from lookup fields).
Message output:
Account: 0018d00000Q7YquAAF. -- I want the Account Name linked to this ID
Owner: 0058d000000SDBHAA4 -- I want the Owner Name linked to this ID
Is there any way to get this information and pass it in the Message body?
The fields that are available to choose do not include any objects that aren't available on the Opportunity Object.
I hope this is clear.
Thanks everyone!