function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HiteshPHiteshP 

Einstein Analytics Data Preparation Specialist SuperBadge # 3

I'm stucked with below error:

Challenge Not yet complete... here's what's wrong: 
Couldn’t find the 'Create Seed Bank Agencies' node or required fields are missing. Check the challenge and confirm the node name, alias, and required fields.

My Json:
/*/*/*

{
  "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 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": "ShippingState"
        },
        {
          "name": "ShippingPostalCode"
        },
        {
          "name": "ShippingStreet"
        }
      ],
      "object": "Account",
      "filterConditions": [
        {
           "field": "Phone",
           "operator": "!=",
           "value": ""
       }
      ]
    }
  },
  "Create Seed Bank Agencies": {
    "action": "sfdcRegister",
    "parameters": {
      "name": "Seed Bank Agencies",
      "alias": "seed_bank_agencies",
      "source": "Filter Agency Records"
    }
  },
  "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\n\n",
          "label": "IsAgency",
          "type": "Text"
        }
      ]
    }
  },
  "Load Agency Detail": {
    "action": "edgemart",
    "parameters": {
      "alias": "Agency_Detail"
    }
  }
}

Please advice
HiteshPHiteshP
I have recreated Agency Detail data set without chainging anything into it. also recreated Data Flow.
Georgy Peshkov 3Georgy Peshkov 3
Hi Hitesh.
I'm facing the same issue now and can't see where's the problem.
Did you solve your problem? Could you please give some details on how you did it?
HiteshPHiteshP
Hi @Georgy Peshkov 3,

I have recreated the data flow from scretch and did worked for me. 

Thanks,
Hitesh Patel
ashish chauhan 30ashish chauhan 30
can you tell me what step you fallow for clear this challenge.
ashish chauhan 30ashish chauhan 30
Hi @HiteshP can you help me for same
veerendra bveerendra b
Hi @all I am facing an issue in Einstein Analytics Data Preparation Specialist Superbadge step-3.i have followed all the steps as per creteria and deleted and created the dataset around 10 times and created 3new orgs to find the issue. but still getting the same error

The thing is i'm getting Error "Challenge Not yet complete... here's what's wrong:

We can't validate the 'Create Seed Bank Agencies' node was created correctly. Check the required fields, field types, node name, and alias are correct.

 

Can anyone provide your valuable solutions !User-added imageUser-added image
Prasanth S KPrasanth S K
Hi @Veerendra - I am facing the same issue as yours, i have tried multiple times in multiple orgs but got the same error message.
Could you please let me know how you have resolved this issue that may help me as well. 

Challenge Not yet complete... here's what's wrong:
We can't validate the 'Create Seed Bank Agencies' node was created correctly. Check the required fields, field types, node name, and alias are correct.


Thank you so much!
Prasanth S KPrasanth S K
Hey Everyone, i have fixed the issue through Arnie's solution here https://developer.salesforce.com/forums/?id=9062I000000QyHpQAK 

Error Message - 
Challenge Not yet complete... here's what's wrong:
We can't validate the 'Create Seed Bank Agencies' node was created correctly. Check the required fields, field types, node name, and alias are correct.


Solution - 
The issue is with the file (Agency Detail.txt) imported. While importing change the Longitude and Latitude data type from Measure to Dimension and do the required modification in the dataflow to report the Agency Detail file into this. 

Thank you so much Arnie, I really appreciate that. 
JUNAID LIAQUAT LIAQUATJUNAID LIAQUAT LIAQUAT
please anyone tell me how we can add agency details data set in to data flow like in this picture User-added image