in Schedule a Flow | Salesforce Trailhead challenge, stuck for the following error
tried
but keep getting the same error:
@[{!$Record.Name}]
@[{!$Record.Owner.Name}]
@[{!$Record.Owner.Account.Name}]
6 respuestas
Hi ,
You need to add as below.
Owner: @[{!$Record.OwnerId}]For the at-mention into the body follow these steps:
- Add square brackets [ ] around the merge field, like this: [{!$Record.OwnerId}]
- Add an @ symbol at the beginning and a comma at the end, like this: @[{!Record.OwnerId}],
- When followed by a value enclosed in square brackets, the @ symbol inserts the value as a mention in the Chatter post
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007CHPIySAP