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
Komal T 6Komal T 6 

Trailhead Challenge unable to verify - Unable to find Upload_File in Flow

Trailhead Challenge: Guide Users Through Your Business Processes with Cloud Flow Designer (https://trailhead.salesforce.com/trails/force_com_dev_beginner/modules/business_process_automation/units/flow)

Problem: Even though my field has the correct label "Upload_File", the "Check Challenge" button keeps reporting that it cannot find the same. I have confirmed that my flow is "Active". I deactivated the flow, deleted the screen element and recreated the whole thing and saved as a new verison, but the problem persists.
Screenshot showing the Upload_File Lightning Component in Flow
I am unable to complete that challenge as a result.

Here's what Trailhead is reporting 
Trailhead error

What should I do to proceed?
Komal T 6Komal T 6
I submitted feedback on the Trail while simultaneously posting to the forum. Fortunately, I received a prompt response from SFDC and it turns out that the challenge was looking for a hardcoded value of "Upload_Files" for the 2nd screen element in addition to the Upload File for the Lightning component on that 2nd screen.

I accordingly updated the name of the 2nd screen to Upload_Files and was able to proceed.
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer the statement given by trailhead team from below link.

https://developer.salesforce.com/forums#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=9060G0000005XSiQAM

Sorry for the trouble. We investigated and discovered the challenge checker is looking for the screen name to be Upload_Files rather than the lightning component field name. 

We will get this resolved in our next release. In the meantime, if you update the second screen name to Upload_Files you should be able to pass.

This knowledge article walks you through it:

https://force.desk.com/customer/portal/articles/2932027-lightning-flow-workaround-for-challenge-guide-users-through-your-business-processes-with-cloud-flow-designer?b_id=13478
 


Best Regards
Sandhya
Sarah VacchianoSarah Vacchiano
I still have a problem. Hours wasted.