Skip to main content
Bola Thanuja a posé une question dans #Trailhead Challenges

Help me with this I couldn't find record in global variable list even though a i have selected that option 

In the chatterBody text template, we can’t find a mention for the contact’s owner. (Hint: Mentions use this format: @[{!globalVariable.field_API_Name}].)

 

 

 

#Trailhead Challenges

4 réponses
  1. 4 mai, 12:58

    Hi @Bola Thanuja,  

    Update your chatterBody text template to include the exact mention syntax: @[{!$Record.OwnerId}]

    Key steps to fix it:

    1. Open your chatterBody Text Template in the Flow toolbox.
    2. 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).
    3. 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.
0/9000