Skip to main content

#Trailhead Challenges1.548 diskutieren mit

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies. ** NOTE ** : If you were able to get a response that solved your issue, please mark it as the 'Best Answer' to help other Trailblazers. If the issue persists after 48 hours, create a Trailhead Help case at https://help.salesforce.com/s/support for further assistance.

I have shared the screenshot with the requirement and my workings, i am in the topic of 

  1. Screen Flows

              | 

              |

  1. Give Users a Choice

 

 

 

#Trailhead Challenges

3 Antworten
  1. 24. Juni, 10:30

    Hi @Nevedha VM

     

     

    As  the challenge error indicates that Trailhead cannot find the "

    Site visit" Choice Resource with the expected API Name `Site_visit

    `. 

    Please check the API Name  

    1. In  Flow Builder → Manager, verify that the Choice Resource exists with:

     

       Label:

    Site visit 

       API Name: `Site_visit`

     

    2. Ensure the API Name matches the requirement  exactly , including capitalization and underscores. Even small differences such as Site_Visit, Sitevisit, or Site_visit_1 can cause the challenge check to fail.

     

    3. Also verify the other Choice Resources :

       * `Confirm_product` 

        * `Identify_contacts` 

        * `Follow_up_call` 

        * `Research` 

        * `Site_visit`

     

    4. Confirm that your Checkbox Group is using these Choice Resources and that the component API Name is set according to the requirement (`Next_Steps`).

     

    If everything appears correct, try saving and activating the flow again before rerunning the challenge.

0/9000