Hi I read everything on the topic but still have the issue for passing the challenge.
Here my screen and JSON string.
4 answers
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