Help me with this I couldn't find record in global variable list even though a i have selected that option
#Trailhead Challenges
4 réponses
Hi @Bola Thanuja,
Update your chatterBody text template to include the exact mention syntax: @[{!$Record.OwnerId}]
Key steps to fix it:
- Open your chatterBody Text Template in the Flow toolbox.
- Change the template dropdown from "View as Rich Text" to View as Plain Text. (Rich Text can sometimes add hidden HTML tags that break the Trailhead checker).
- Type the mention syntax exactly as @[{!$Record.OwnerId}]. Because you are in a Schedule-Triggered Flow running on the Contact object, $Record is the global variable that represents the current Contact in the batch.