• Ashley Campisano 8
  • NEWBIE
  • 10 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi,

After following the steps laid out for Step #5, I am getting the following error: "Challenge Not yet complete... here's what's wrong:
We can't find your recommendation. Confirm a 'Predicted Tenure' recommendation exists."

When I try to add the Einstein Predictions card to the Subscriber page, "Predicted Tenure" does not show up when I go to search for it in Prediction on the right hand side of the screen. Is there a permission that I am missing?

User-added image

The Prediction shows up properly in the Einstein Prediction Builder:
User-added image
Thanks for your help!
Ashley
Hi,

After following the steps laid out for Step #5, I am getting the following error: "Challenge Not yet complete... here's what's wrong:
We can't find your recommendation. Confirm a 'Predicted Tenure' recommendation exists."

When I try to add the Einstein Predictions card to the Subscriber page, "Predicted Tenure" does not show up when I go to search for it in Prediction on the right hand side of the screen. Is there a permission that I am missing?

User-added image

The Prediction shows up properly in the Einstein Prediction Builder:
User-added image
Thanks for your help!
Ashley
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!