Skip to main content Join us at TDX in San Francisco or on Salesforce+ on March 5-6 for the Developer Conference for the AI Agent Era. Register now.

#Trailhead Challenges2,404 discussing

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies.
4 answers
  1. Oct 14, 2024, 8:21 AM

    Hello @Nathalie ENGRAMER,

    I solved this issue by following this steps:

    • In Dashboard filters instead of Filter Builder switch to Filter String
    • Fill text area fill the following code:
    {'datasets': {'DTC_Opportunity_SAMPLE': [{'fields': ['Account_Name'], 'filter': {'operator': 'matches', 'values': ['$Name']}}]}}

     As I see it the problem is in incorrect convertion of

     filter 

    • condition. It expect matches but get in value insted.

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A9402SAB

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007akAgtSAE

0/9000