• Leandro Palma
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 6
    Replies
Hi,
I have found the following error:
Challenge Not yet complete... here's what's wrong:
Some billing state names do not meet data quality standards, or the data import was unsuccessful.
I used the following data standards.
1. Account names should not be in all capital letters.
2. All accounts must have a Type.
3. All Billing States must use the two-letter state abbreviation instead of spelling out the full name
4. Remove the household from the account name.
Please help me. I tried all the possible alternatives but unable to solve this challenge.

 
Hi All,

I am facing some issue to complete the step 6 (Build case and agent automation) of 'Service cloud specialist' super badge. Everything is well configured in the system and I am also getting the mails from Salesforce for the same. Please find the screenshots. I am not sure what I am missing here.

The error I am getting on checking this challenge is - "Challenge Not yet complete... here's what's wrong:
We can't find the 'Send Email' macro. Ensure the Macro sends an email to the customer."

Request you to help me to resolve this issue.

Thanks
 
I'm stuck on step #2 of Einstein Analytics and Discovery Insights Specialist superbadge.  I'm getting this warning while checking the challenge:
Challenge #2 Not complete
The step "Churn Tenure' is in compact form, so the filter values need to be specifed as a minimum and maximum
The static step that feeds has the following the value:
 
"Tenure_Length": {
                "broadcastFacet": false,
                "label": "Tenure Length",
                "selectMode": "single",
                "type": "staticflex",
                "values": [
                    {
                        "display": "High Risk",
                        "value": "1 to 12 months",
                        "min": 1,
                        "max": 12
                    },
                    ...
                ]
            }


I'm using selection binding for min and max values.  The dashboard is correctly filtering:
User-added image
User-added image
Any ideas? 
I've tried a non-compact form step where I inject a saql fragment into the query, as well as where I inject min/max values using a range filter serialization...All these efforts end in the same challenge failure message.

Any help/suggesitions are welcome!