JSON for filter node:"Filter 2015": { "action": "computeExpression", "parameters": { "source": "Load Climate", "mergeWithSource": true, "computedFields": [ { "saqlExpression": "Date_Year:EQ:2015", "name": "Date_Year", "label": "Date_Year", "type": "Text" } ] } },Thanks, I have the action as "filter", not "computeExpression". Here is my JSON:{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Define Temp Range", "mergeWithSource": true, "computedFields": [ { "name": "TempClass", "saqlExpression": "case when LowTemp < 25 and HighTemp < 25 then \"Polar\"\nwhen LowTemp >= 25 and HighTemp <= 50 then \"Cool\"\nwhen LowTemp >= 51 and HighTemp <= 85 then \"Continental\"\nwhen LowTemp >= 85 then \"Tropical\" end", "label": "TempClass", "type": "Numeric" } ] } }, "Calculate Acreage": { "action": "computeExpression", "parameters": { "source": "Load Seed Chart", "mergeWithSource": true, "computedFields": [ { "precision": 18, "saqlExpression": "(Seeds_Pound*Spacing)/6272640 ", "name": "Acreage", "scale": 6, "label": "Acreage", "type": "Numeric" } ] } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank", "alias": "seed_bank", "source": "CleanUp" } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }, "Augment Temp Class": { "action": "augment", "parameters": { "right_key": [ "TempClass" ], "left": "Add Temp Class", "left_key": [ "TempClass" ], "right_select": [ "TempClass", "TempKey" ], "right": "Load Temp Class Mapping", "relationship": "Climate", "operation": "LookupSingleValue" } }, "Load Temp Class Mapping": { "action": "edgemart", "parameters": { "alias": "Temperature_Classes_Mapping" } }, "CleanUp": { "action": "sliceDataset", "parameters": { "mode": "drop", "source": "Augment Temp Class", "fields": [ { "name": "HighTemp" }, { "name": "LowTemp" }, { "name": "Climate.TempClass" }, { "name": "Climate.TempKey" }, { "name": "TempClass" } ] } }, "Define Temp Range": { "action": "computeExpression", "parameters": { "source": "Calculate Acreage", "mergeWithSource": true, "computedFields": [ { "defaultValue": "0", "saqlExpression": "string_to_number(substr(Temperature, 1, 2))\n\n", "name": "LowTemp", "label": "LowTemp", "type": "Numeric" }, { "name": "HighTemp", "saqlExpression": "string_to_number(substr(Temperature, -2, 2))", "label": "HighTemp", "type": "Numeric" } ] } }}, I am so lost on step 6. You, my amazing reader, get more than tips for a Salesforce Superbadge. Are this numbers correct?Thanks, Antonio. Check the challenge and confirm the node name and required fields.I have deleted and recreated the dataset and the dataflow; no luck.Thanks!Karen. Error: Restforce::ResponseError. mistake was for the case statement I had an upper case "C" in Case (which is how its always done in VC++ and VB, Glad you figured it out! This is regarding Challenge 6. Superbadge-Data-Integration-Specialist/Challenge #5/ProjectRESTService.cls Go to file Cannot retrieve contributors at this time 40 lines (33 sloc) 1.12 KB Raw Blame @RestResource ( urlMapping = '/project/*') global class ProjectRESTService { @HttpPost global static String postProjectData ( String projectRef, String projectName, You signed in with another tab or window. Node Augment TempClass refers to field TempClass not present in right source. "Create Seed Bank": {"action": "sfdcRegister","parameters": {"source": "CleanUp","alias": "Seed_Bank","name": "Seed Bank"alias punctuation. ), Hi please help in update the data flow.i can't update my data flow..show errors in that. The superbadge is specially designed for learning and testing integrations between different systems. https://developer.salesforce.com/forums/?id=9060G0000005d3yQAA, Business Administration Specialist Superbadge- 3 & 4, Lightning Experience Reports & Dashboards Specialist Superbadge - 5-6, Process Automation Specialist Superbadge - 5. here's what's wrong: Why the change of heart? This may even include some fields on objects being referenced in your code not being assigned to the user profile for the user in context. However, if I test my code from workbench, it works correctly. No. Challenge 1: Automate record creation. A huge thank you to Jocelyn Fennewald , Salesforce MVP, for pointing out the "remove all columns" option within the report creator. Tried this }, "Augment TempClass": { "action": "augment", "parameters": { "right_key": [ "Country" ], "left": "Load Seed Bank Agencies", "left_key": [ "ShippingCountry" ], "right_select": [ "TempClass" ], "right": "Add Temp Class", "relationship": "Climate", "operation": "LookupSingleValue"But Still throwing the same error. (Working on the advanced billing specialist! Hello,Step 6 :When running my My Load Seed Bank Agencies w/Climate Dataflow in the Monitor, this warning message appears : The dataflow was completed, but the Augment TempClass node didn't augment any columns. Confirm the node name matches the name as described in the challenge. It was the Long/Lat settings in the Agency Detail upload. i tried switching them and the dataflow was successful. Getting below error. 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. @shruthi"name": "Seed Bank","alias": "Seed_Chart",alias has to be Seed_Bank as well , let me know if that works out ! Either the node didn't find any matches, or a join key contains only null values.I believe it is because of this warning I cannot complete Step #6 because I am getting the following:Challenge Not yet complete here's what's wrong:We can't find the 'Create Seed Bank Agencies' node or required fields, such as 'TempClass', are missing. Note the filter. Try leaving Precision and Scale blank for both low and high temp. Making dinner for Mom! Thank you. On to the next error LOL, Hi All,I am having a really hard time with Step 6. @Maulik Vadodariya Just follow instruction .My issue been resolved .https://success.salesforce.com/answers?id=9063A000000lixEQAQ, I am so lost on step 6. "Filter 2015": { "action": "filter", "parameters": { "filter": "Date_Year:EQ:2015", "source": "Load Climate" } }, "Augment TempClass": { "action": "augment", "parameters": { "right_key": [ "Country" ], "left": "Filter Agency Records", "left_key": [ "ShippingCountry" ], "right_select": [ "Country", "Date", "TempClass", "Temperature" ], "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" } ] } }}I had to copy in two comments, it was to large. but when checked the challenge i am getting this error mentioned belowChallenge Not yet complete here's what's wrong:We can't find the 'Create Seed Bank Agencies' node or required fields, such as 'TempClass', are missing. contd"Load Temp Class Mapping": { "action": "edgemart", "parameters": { "alias": "Temperature_Classes_Mapping" } }, "CleanUp": { "action": "sliceDataset", "parameters": { "mode": "drop", "source": "Augment Temp Class", "fields": [ { "name": "HighTemp" }, { "name": "LowTemp" } ] } }, "Define Temp Range": { "action": "computeExpression", "parameters": { "source": "Calculate Acreage", "mergeWithSource": true, "computedFields": [ { "defaultValue": "0", "precision": 18, "name": "LowTemp", "saqlExpression": "string_to_number(substr(Temperature, 1, 2))", "scale": 2, "label": "LowTemp", "type": "Numeric" }, { "defaultValue": "0", "precision": 18, "name": "HighTemp", "saqlExpression": "string_to_number(substr(Temperature, -2, 2))", "scale": 2, "label": "HighTemp", "type": "Numeric" } ] } }} please share me your insights to fix my code or data. If someone could be so kind to support, that would really be helpful.Thanks a lot. Either the node didn't find any matches, or a join key contains only null values. I guess I am glad I am not the only one? Salesforce: Trailhead : Data Integration Specialist Challenge 5Helpful? Confirm the node name matches the name as described in the challenge. So close! Slack to Salesforce Integration using Apex Trigger, Test Class Not Covered. I have created lens for Agency Temp Class, it has Continental 155, Polar 120 and Cool 66 based on Seed Bank Agencies Data Set.Another lens Seed Bank Temp Class based on Seed Bank Data Set has Cool-Continental-Tropical 3Continental-Tropical 2Cool-Continental 2Continental 1Cool 1. Challenge 3: Schedule synchronization. hi ,unable to find error in step 4 { "Calculate Acreage": { "action": "computeExpression", "parameters": { "mergeWithSource": true, "source": "Load Seed Chart", "computedFields": [ { "type": "Numeric", "name": "Acreage", "label": "Acreage", "saqlExpression": "(Seeds_Pound*Spacing)/6272640", "precision": 18, "scale": 6 } ] } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "source": "Calculate Acreage", "name": "Create Seed Bank", "alias": "CreateSeedBank" } }}. Beside changing the alias and name the thing i wasn't realizing is that the process was creating a dataset but in the SHARED APP! Data Integration Specialist: Challenge 5 - Not Completing Unsolved Questions This Question David H 18 Data Integration Specialist: Challenge 5 - Not Completing Hi, I'm currently working through the Data Integration Specialist superbadge and my attempt throws the following error when I check the challenge: Is anyone working on this Superbadge or did I just got too late?I'm trying to get to this one: "Determine Optimal ClimatesBuild a dataflow to add temperature classes to the Seed Bank Agencies and Seed Bank datasets. First I create a min and max temp, then how do I use two fields to get a temperature category? * Email Alerts I needed the Email Alerts set up before I could create either the process or the approval. OMG - I finally passed step #6.I totally redid the Load Seed Bank w/Climate and Load Seed Bank w/Temperature after I had to break down and have a Coke Zero after 3 yearslol.I also reloaded the datasets, etc.I have the final JSON if you want itThanks again. Either the node didn't find any matches, or a join key contains only null values. Trailhead Superbadge: Data Integration Specialist Challenge 1 Configure Outbound Application and Integration Security Install the unmanaged package from the prework if you haven't already. Thank you so much Rebeca, My step 6 is resolved finally today. I've added at the right select AccountNumber at Add Agency Fields and propagated, but still it isn't work.. this is blowing my mind! )https://developer.salesforce.com/forums/?id=9060G0000005d3yQAA ---> This thread was very heplful! Challenge 4 is not difficult if you follow the instructions precisely! Import the Agency Data.txt file into the Account object in your CRM Analytics Developer Edition org. Onwards to Step #7.Karen, Could you please give me the final json? This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. 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. The dataset is created by the dataflow that you create. https://docs.google.com/document/d/1RaNsOtQZlsL_yVTd0NWkox9kpyV1LLJ60fWBEVQwsLI/edit?usp=sharing. A tag already exists with the provided branch name. Data Integration Specialist : What You'll Be Doing to Earn This SuperbadgeConfigure outbound application and integration securityConfigure inbound integratio. Report Modifications: Sales Two words: Filter Logic Support If you get this errortry stacking to 100% and make sure that you have a "horizontal" style chart. Please check your work.What should be the values for both lens ?Waiting for your response.Thanks, Please share some details about what you have. The error is in this - A name/alias is not correct:"Create Seed Bank": {"action": "sfdcRegister","parameters": {"name": "Create Seed Bank","alias": "Create_Seed_Bank","source": "Calculate Acreage". I have higher numbers for all. These challenges are super tricky with syntax! I couldn't get through challenge 3 because I changed them to dimensions, and then now I had to change them back! No. please help, I have tried everything but getting the same error since 3 days now - Challenge Not yet complete here's what's wrong:We can't validate the 'Create Seed Bank Agencies' node was created correctly. Modified 2 months ago. thanks.~. If you encounter this error.. You are, perhaps, taking the instructions too literally and need to tweak the formula. . Thanks much :), Hi I am getting the bellow error. @trailhead baby,i just updated one alias name in above postsfrom :::"name": "Seed Bank","alias": "seed_bank"to:::"name": "Seed Bank","alias": "Seed_Bank"and re ran the dataflow still have the same old issue no progress ! Please check your work. This is my journey- a normal kid by day- a Trailhead explorer by night. i have completed my step 7 already but could not proceed because of step 6 issues. 5. Now, Check the challenge Challenge 2- (Configure outbound application and integration Security) :- Step-1:- Install the unlocked package with package id: 04t6g000008arl1AAA (For All Users). Processes. Copyright 2000-2022 Salesforce, Inc. All rights reserved. . Either the node didn't find any matches, or a join key contains only null values. Please reference ID: UAPSIKJH. Data Security Specialist Superbadge : Working with Data Categorization and Access | challenge 1Answer questions relating to the Data Categorization and Acces. Hi All, I get the following error when attempting to check in this challenge. { "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. Can you suggest which super badge i should start with? Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. If someone could guide me in the right direction, I'd really appreciate it. Hi I am completely new this superbadges. This comment has been removed by the author. Getting the below error:Challenge Not yet complete here's what's wrong:We can't validate the 'Create Seed Bank Agencies' node was created correctly. Trademarks are property of their respective owners. It's free to sign up and bid on jobs. yipeeeee ! Hi Trailhead Baby,Please help me. Still getting the same message.Thanks!Karen. Ans:-Read the Salesforce Help article for the superbadge,review all relevant Salesforce Help documentation, and then log a case. Its giving me a syntax error. Want to post the revised json? I am stuck at the SAQL Expression field for 'Calculate Acreage'. I made two dollars today! Trailhead Superbadge: Data Integration Specialist - Forcetalks September 11, 2020 18088 0 Challenge 1 Configure Outbound Application and Integration Security Install the unmanaged package from the prework if you haven't already. I am stuck on creating the test class for the challenge 4 in a propper way. "left_key": ["TempKey"],"right_key": ["TempClass"I think this is the issue. upsert directly against the ProjectRef__c external id field, https://developer.salesforce.com/forums/?id=9060G000000I526QAC, https://developer.salesforce.com/forums/?id=9060G000000I56rQAC. "{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Define Temp Range", "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" } ] } }, "Calculate Acreage": { "action": "computeExpression", "parameters": { "source": "Load Seed Chart", "mergeWithSource": true, "computedFields": [ { "precision": 18, "name": "Acreage", "saqlExpression": "(Seeds_Pound*Spacing)/6272640", "scale": 6, "label": "Acreage", "type": "Numeric" } ] } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "CleanUp" } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }, "Augment Temp Class": { "action": "augment", "parameters": { "right_key": [ "TempClass" ], "left": "Add Temp Class", "left_key": [ "TempClass" ], "right_select": [ "TempKey", "TempClass" ], "right": "Load Temp Class Mapping", "relationship": "Climate", "operation": "LookupSingleValue" } }, i am posting remaining half in another comment due to html limit error. Step-2:- Then go to Setup-->Remote Site Settings-->New Remote Site. Executive Report Tips: SolarBot Loyalty Revenue This report is tricky, but I don't want to give away the solution! I enjoy playing on Trailhead, taking long walks with mommy, watching the Florida Gators with daddy, and chasing my two dogs. I have invested a lot of time solving the step 6 but seems no luck from last 2 weeks.Challenge Not yet complete here's what's wrong:We can't validate the 'Create Seed Bank Agencies' node was created correctly. I found that my saql expressions needed to have spaces:string_to_number(substr(Temperature, 1, 2))Now I am encountering another warning and I did try the suggestions, but I still cannot clear this message when I run the dataflow:The dataflow was completed, but the LookupSingleValue node didn't augment any columns. Data Integration Specialist Superbadge - Step 7 I'm getting an error message when triggering the SOAP call from the UI via record update: System.CalloutException: IO Exception: External server did not return any content When I import the WSDL into SOAP UI and send the same package body, I receive this message: HTTP /1.1 500 Server: Cowboy Reports Accounts by Market To create the "Market" row grouping, use a bucket field. Thanks for your help again. Challenge 4: Test automation logic. i changed "name" to "seed bank". Hey,Hope by this time you have got your answer if not,Please change the alias you will get through challenge 6. Data Integration Specialist Superbadge Challenge 2 I am trying to register Configure Org Registration where I have to use a custom Heroku app to register my org. Confirm the node name matches the name as described in the challenge.Here is the JSON, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Load_Climate" } }. I was able to complete Data Preparation Super badge, now I am doing Einstein Analytics and Discovery Insights Specialist and stuck at step # 3 (Calculate Subscriber Acquisition Costs)Challenge Not yet complete here's what's wrong:We can't confirm the Subscriber Revenue chart is filtering by the Tenure Length toggle. Thanks! Can you please post your JSON for the dataflow or at least the Define Temp Range and Add Temp Class nodes? Confirm the node name matches the name as described in the challenge. Check the challenge and confirm the node name and required fields. i was doing a silly mistake. Data Integration Specialist: Challenge 5: Why Is This Not Working? Trailhead Baby,I'm having an issue with Load Seed Bank w/Temperature ClassificationI keep getting this error after running the data flow and there is no data in the lens. I hope to inspire all of the worlds trailblazers to learn, grow, and experience! Search for jobs related to App customization specialist superbadge challenge 5 or hire on the world's largest freelancing marketplace with 22m+ jobs. Salesforce: Trailhead : Data Integration Specialist Challenge 5Helpful? The dataflow was completed, but the LookupSingleValue node didn't augment any columns. "Create Seed Bank": {"action": "sfdcRegister","parameters": {"source": "Calculate Acreage","alias": "Seed Bank","name": "Seed_Bank"Wrong alias and name. First of all , thanks for prompt reply. Leave a comment for the Trailhead Baby! can anyone help me out in this? When validating the challenge, i'm getting an error stating this:-"Challenge Not yet complete here's what's wrong:We can't find the Seed Bank dataset or required fields are missing. Please support me on Patreon: https://www.patreon.com/roelvandepaarWith thanks & pra. '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. Here is my Json in 2 messages if someone can help : { "Add Temp Class": { "action": "computeExpression","parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case \nwhen Temperature < 25 then \"Polar\" \nwhen Temperature >= 25 and Temperature <= 50 then \"Cool\" \nwhen Temperature >= 51 and Temperature <= 85 then \"Continental\" \nwhen Temperature > 85 then \"Tropical\" \nend", "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": "Name" }, { "name": "Phone" }, { "name": "ShippingCity" }, { "name": "ShippingCountry" }, { "name": "ShippingPostalCode" }, { "name": "ShippingStreet" }, { "name": "ShippingState" }, { "name": "AccountNumber" } ], "object": "Account" } }, 2nd part of Json : "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 Agency detail": { "action": "edgemart", "parameters": { "alias": "Agency_Detail" } }, "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:EQ:2015", "source": "Load Climate" } }, "Augment TempClass": { "action": "augment", "parameters": { "right_key": [ "Country" ], "left": "Filter Agency Records", "left_key": [ "ShippingCountry" ], "right_select": [ "Temperature", "Date", "TempClass", "Country" ], "right": "Add Temp Class", "relationship": "Climate", "operation": "LookupSingleValue" } }, "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" } ] } }}Thanks for help, Hi, I have a problem with the step 6: When I run the DataflowLoad Seed Bank Agencies w/Climate Data it give me this error: Something went wrong while executing the Augment TempClass node: Right select in augment node must properly refer to the right input column.