• Sanjoy Biswas
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 6
    Replies
Hi,

I am able to bring my sensor data and using Salesforce IoT orchestration am able to trigger actions based on rules in my DE org. I want to use this sensor data for analysis using Einstein Analytics. I am not able to figure out how I can access the sensor data that has been fed into the Salesforce IoT Orchestration through a platform event.

Can you please guide me? Would be helpful if you can direct me to any trailhead modules or proof of concept projects similar to the above ask.
Hi,
I am not able to access the reference data when it is trying to access in in a orchestration rule in the SalesForce IoT with the following error:

"errorCode": "RUNTIME_FORMULA_EVALUATION_ERROR", "errorMessage": "Error occurred during engine runtime: The flow couldn't find the CONTEXT_RECORD resource. (With Formula: \"For \" & {!CONTEXT_RECORD.Fridge_Serial_Number__c})",

The entire project is set up as per the trailhead course in "Salesforce IoT Explorer Edition Basics". Any help / suggestion?
Hi,
 
I am a salesforce developer by hobby and am trying to build a prototype on my developer edition org (ap5.lightning.force.com).
 
I could build an interface between my Arduino microcontroller and the Salesforce org using a python interface on simple-salesforce libraries.
 
I wanted to use the Einstein Prediction Builder to build a prediction but the relevant column is not getting updated. Is it that the Einstein Prediction Builder is currently restricted only to the trailhead examples and I need a license to try out my project?
 
Also “IoT” is not available is quick find search in the setup. Can both Einstein Prediction Builder and IoT modules coexist in the same org and is that also because of the license issue?
 
I am using the login : sanjoy@cloudu.edu for the above.
 
Regards,
Sanjoy.
Hi,

I am able to bring my sensor data and using Salesforce IoT orchestration am able to trigger actions based on rules in my DE org. I want to use this sensor data for analysis using Einstein Analytics. I am not able to figure out how I can access the sensor data that has been fed into the Salesforce IoT Orchestration through a platform event.

Can you please guide me? Would be helpful if you can direct me to any trailhead modules or proof of concept projects similar to the above ask.
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!