{ "Calculate Acreage": { "action": "computeExpression", "parameters": { "mergeWithSource": true, "computedFields": [ { "precision": 18, "saqlExpression": "(Seeds_Pound*Spacing)/6272640 ", "name": "Acreage", "scale": 6, "label": "Acreage", "type": "Numeric" } ], "source": "Load Seed Chart" } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank", "alias": "seed_bank", "source": "Calculate Acreage" } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Bank1" } }}The above on the json for my dataflow.By using the dataset i am not able to create the lens.I cant see Sum | Acreage.Can Any one help me on this. The Heroku app registers the username with the Connected App's consumer key and consumer secret in the Square Peg registry and returns a security token. Which of the Lenses are you working to create? :(, {"defaultValue": "Continental","name": "TempClass","saqlExpression": "\"case when Temperature < 25 then \\\"Polar\\\" when Temperature >= 25 and Temperature <= 50 then \\\"Cool\\\" when Temperature >= 51 and Temperature <= 85 then \\\"Continental\\\" when Temperature > 85 then \\\"Tropical\\\" end\"","label": "TempClass","type": "Text"I see an issue with the SAQL, Hi, I'm stuck at step 6 Before focus, I have: Polar 93, Continental 91, Cool 42. ", Hey! Please check your work. On to the next error LOL, Hi All,I am having a really hard time with Step 6. So much banging and so silly of me, i had the issues fixed, i passed the step 4, Even though i have done everything as mentioned, while creating the lens i am not able to see the acreage field under Bar length. I've recreated the steps a number of times, and I am pretty sure all of my nomenclature is correct. Please check your work." 'Load Seed Bank Agencies w/Climate Data'{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case when Temperature < 25 then \"Polar\" when Temperature >= 25 and Temperature <= 50 then \"Cool\" when Temperature >= 51 and Temperature <= 85 then \"Continental\" when Temperature > 85 then \"Tropical\" end", "label": "TempClass", "type": "Text" } ] } }, "Filter Agency Records": { "action": "filter", "parameters": { "filter": "IsAgency:EQ:TRUE", "source": "ID Agency Records" } }, "Load Account": { "action": "sfdcDigest", "parameters": { "fields": [ { "name": "AccountNumber" }, { "name": "Name" }, { "name": "ShippingCity" }, { "name": "ShippingCountry" }, { "name": "ShippingPostalCode" }, { "name": "ShippingState" }, { "name": "ShippingStreet" }, { "name": "Phone" } ], "object": "Account" } }, "Create Seed Bank Agencies": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "Augment TempClass" } }, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Global_Climates" } }, "Add Agency Fields": { "action": "augment", "parameters": { "right_key": [ "AccountNumber" ], "left": "Load Account", "left_key": [ "AccountNumber" ], "right_select": [ "Acres", "Currency", "Latitude", "Longitude", "Region", "SubRegion" ], "right": "Load Agency Detail", "relationship": "AgencyDetail", "operation": "LookupSingleValue" } }, "Filter 2015": { "action": "filter", "parameters": { "filter": "Date_Year:R:2015", "source": "Load Climate" } }, "Augment TempClass": { "action": "augment", "parameters": { "right_key": [ "Country" ], "left": "Filter Agency Records", "left_key": [ "ShippingCountry" ], "right_select": [ "TempClass" ], "right": "Add Temp Class", "relationship": "Climate", "operation": "LookupSingleValue" } }, "Load Agency Detail": { "action": "edgemart", "parameters": { "alias": "Agency_Detail" } }, "ID Agency Records": { "action": "computeExpression", "parameters": { "source": "Add Agency Fields", "mergeWithSource": true, "computedFields": [ { "name": "IsAgency", "saqlExpression": "case when Phone is not null then \"TRUE\"else \"FALSE\" end", "label": "IsAgency", "type": "Text" } ] } }}Close. (It's a capitalization issue) },"Create Seed Bank": {"action": "sfdcRegister","parameters": {"name": "Seed Bank","alias": "Seed_Bank","source": "Calculate Acerage", Hi,I am stuck in step 6 Load Seed Bank Agencies w/Climate Data while running the data flow.Below is the ErrorSomething went wrong while executing the Augment TempClass node: Duplicate field TempClass (02K2x000000EEiPEAW_03C2x000000BNimEAG)Below is the Json :{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case when Temperature < 25 then \"Polar\" when Temperature >=25 and Temperature <=50 then \"Cool\" when Temperature >=51 and Temperature <=85 then \"Continental\" when Temperature > 85 then \"Tropical\" end", "label": "TempClass", "type": "Text" } ] } }, "Create Seed Bank Agencies": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "Augment TempClass" } }, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Global_Climates" } }, "Load Seed Bank Agencies": { "action": "edgemart", "parameters": { "alias": "seed_bank_agencies" } }, "Filter 2015": { "action": "filter", "parameters": { "filter": "Date_Year:R:2015", "source": "Load Climate" } }, "Augment TempClass": { "action": "augment", "parameters": { "left": "Load Seed Bank Agencies", "right": "Add Temp Class", "relationship": "Climate", "operation": "LookupSingleValue", "left_key": [ "ShippingCountry" ], "right_key": [ "Country" ], "right_select": [ "TempClass" ] } }}. Make sure that the correct date range is selected. Anyway, sorry for bothering. I just tried that and it I still keep getting this error. Load Seed Bank w/ Temperature Classification, This afternoon, I added a genius wig in an attempt to look a little older and more experienced. Apex specialist superbadge challenge 4. Hi Trailhead Baby,Please help me. If you could just post the JSON for your data flow, I will take a look. Name and alias element are really painful with this challenges i had this worked out by trial and error method and it worked back then, please try below and let me know if that knows"name": "Seed Chart","alias": "Seed_Chart". Start by uploading the dataset then create the dataflow. Either the node didn't find any matches, or a join key contains only null values. This is regarding Challenge 6. (IE- I don't see it in your right select) I also have one additional character in this SAQL"saqlExpression":"casewhenPhoneisnotnullthen\"TRUE\"else\"FALSE\"end", Eureka! I'm having difficulty with challenge 3 for superbadge analytics data preparation specialist. No. Still getting the same message.Thanks!Karen. The report is a beta feature.We welcome your feedback on IdeaExchange.Flow DetailsFlow Name: X5_Automation_oppType: WorkflowVersion: 4Status: ActiveFlow Interview DetailsInterview Label: X5_Automation_opp-4_InterviewLabelCurrent User: Henrique Ortiz (0051I000000LP7k)Start time: 12/6/2017 2:00 PMDuration: 0 secondsHow the Interview StartedHenrique Ortiz . I am stuck at the SAQL Expression field for 'Calculate Acreage'. such a silly mistake it was and i was stuck there for long. What a sun of gun i had to change the dataset association and now works!! I was able to pass the above step and stuck at step # 6 for creating the lens.Challenge Not yet complete here's what's wrong:We can't confirm these are the correct values in the lens. Various trademarks held by their respective owners. First I create a min and max temp, then how do I use two fields to get a temperature category? A tag already exists with the provided branch name. What You'll be Doing to Earn This Superbadge Configure outbound application and integration security Configure inbound integration security Synchronize Salesforce data with external systems Synchronize external system data with Salesforce Test Apex REST and SOAP callout and service logic But then in the lens, I can't see the Acreage to sum by that. Check the challenge and confirm the node name and required fields. There could be a wide variety of issues, code could be right logically and different people get the error for different reasons. He laughs when I poke his nose and tries to take toys out of my hand. I'm happy to look at what you have and make suggestions. created a dataflow with name "Load Seed Bank" . The superbadge is specially designed for learning and testing integrations between different systems. Salesforce Data Analytics let us help you become a data driven organization and ensure your data is working hard for your business, This includes implementionSalesforce consulting companiesSalesforce ServicesStaff augmentation companiesSalesforce integration companiesSalesforce Implementation servicesSalesforce Health CheckSalesforce DevOpsManaged project services. Hint: You can't match on a field that isnt' selected for both data sets. "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case when Temperature < 25 then \"Polar\" when Temperature >= 25 and Temperature <= 50 then \"Cool\" when Temperature >= 51 and Temperature <= 85 then \"Continental\" when Temperature > 85 then \"Tropical\" end", "label": "TempClass", "type": "Text" } ] } }, "Filter Agency Records": { "action": "filter", "parameters": { "filter": "IsAgency:EQ:TRUE", "source": "ID Agency Records" } }, "Load Account": { "action": "sfdcDigest", "parameters": { "fields": [ { "name": "AccountNumber" }, { "name": "Name" }, { "name": "Phone" }, { "name": "ShippingCity" }, { "name": "ShippingCountry" }, { "name": "ShippingPostalCode" }, { "name": "ShippingState" }, { "name": "ShippingStreet" } ], "object": "Account" } }, "Create Seed Bank Agencies": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "Augment TempClass" } }, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Global_Climates" } }, "Add Agency Fields": { "action": "augment", "parameters": { "right_key": [ "AccountNumber" ], "left": "Load Account", "left_key": [ "AccountNumber" ], "right_select": [ "Acres", "Currency", "Latitude", "Longitude", "Region", "SubRegion" ], "right": "Load Agency Detail", "relationship": "AgencyDetail", "operation": "LookupSingleValue" } }. The dataflow was completed, but the LookupSingleValue node didn't augment any columns. After fixing lens configurations, now I am getting this error,Challenge Not yet complete here's what's wrong:We can't confirm your lens displays the top climate class. Yes! Thanks much :), Hi I am getting the bellow error. Im not sure were to start. Take a break, grab a snack, and watch this video. Hey,Hope by this time you have got your answer if not,Please change the alias you will get through challenge 6. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Key value should be the same. Hi , Load Seed Bank w/Temperature Classification when ran ,getting an error like below" The dataflow was completed, but the LookupSingleValue node didn't augment any columns. How frustrating! Either the node didn't find any matches, or a join key contains only null values. Processes. Please reference ID: UAPSIKJH. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.