Skip to main content

When I go to validate Challenge 3,

 I am getting the following Error: 

 

Superbadge: Advanced Flow for Agentforce - Challange 3

 

However the element exists, theres only one version of this flow which is activated. Here is the element set up:

Screenshot 2026-04-09 at 11.13.42 AM.png

Any help would be greatly appreciated.  

 

 

 

#Trailhead Challenges

2 réponses
  1. 9 avr., 17:37

    The "We can't find an element called Create Refund Request, or it's not built according to the specified configuration" error in Superbadge Challenge 3 is typically caused by one of these issues:

    1. Element Label vs. API Name mismatch: The challenge validation checks the element's Label exactly. Verify that the Create Record element is labeled exactly "Create Refund Request" (check for extra spaces, different capitalization, or a typo like "Refund Requests" vs "Refund Request").
    2. Object Type mismatch: Confirm the Create Record element is creating a record of the correct object type specified in the challenge requirements (e.g., ensure it's creating a "Refund Request" custom object, not a related object).
    3. Field mapping configuration: The validation error "not built according to the specified configuration" often means a required field mapping is missing or incorrect. Double-check each field in the element — the Field and Value mappings must match what the challenge requires exactly.
    4. Flow version issue: Even though your flow is activated, ensure you're viewing the latest activated version. If you made changes after activating, the active version may not have your latest edits. Deactivate, make changes, then Save & Activate again.
    5. Re-challenge after waiting: Sometimes the Trailhead challenge validator needs a moment after activation. Try clicking "Check Challenge" again after confirming the flow is activated and the element setup is correct.

    The most common fix is a label mismatch — copy the exact label text from the challenge requirements and paste it into the element's Label field in Flow Builder.

0/9000