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
satya shreesatya shree 

Getting this Error while working on flows : Challenge Not yet complete... here's what's wrong: The 'New Lead' flow does not have the 'Last Name' and 'Company Name' fields in the screen.

satya shreesatya shree
The Super badge details are 


Collect Information from Users and then Operate on It with Visual Workflow
Configure a flow that creates a new lead using a single form. Create a new home page, and add the flow to it.
Create a flow:
Name: New Lead
Type: Flow
In the flow, add a screen:
Add these screen fields: Last Name and Company Name
Mark Last Name and Company Name required
In the flow, create a lead record from the data entered, include the following fields:
Last Name
Company
Activate the New Lead flow.
Create a new Lightning page:
Type: Home page
Label: Process Automation Home
Add a Flow component that references New Lead to your Process Automation Home page
Activate the page and set it as the default home page
Lukasz Trzop 6Lukasz Trzop 6
I have the same issue - my flow screen is fine and it works...
Leslie Martinez 18Leslie Martinez 18
I had the same error:
  • Flow was active
  • Process Automation Home page was the default home page
  • User was able to add Last Name and Company Name and successfully created a new lead.
Was anyone able to resolve this issue?
Hemant BhatiaHemant Bhatia
Hello Leslie, 

I am not sure if you have completed this challenge, if you have then it is great :D

if you are facing this issue "Challenge Not yet complete... here's what's wrong: 
Can't find the forceContent:fileUpload Lightning component in the 'New Lead' flow. Make sure the field’s unique name is 'Upload_File'"

Then please see that the Upload Screen's Unique name should be Upload_Files not the Lightning Component's name. Remaining everthing is same.

I hope this helps.

Like if you completed this challenge

 
Ronak SFDCRonak SFDC
Hi Hemant, I am facing the same error on the Guide Users Through Your Business Processes with Cloud Flow Designer challenge, where I am getting the error

"Challenge Not yet complete... here's what's wrong: 
Can't find the forceContent:fileUpload Lightning component in the 'New Lead' flow. Make sure the field’s unique name is 'Upload_File'"

I have tried setting both the upload screen's unique name to Upload_File and the lightning component's unique name to Upload_File but am still getting the error above, I'm lost!
Hemant BhatiaHemant Bhatia

Hello Ronak,

Please check the screenshots of the flow.. Please refer the below screenshots may be this will help. :D
User-added imageUser-added image

Above screenshots is for complete flow and Field settings of upload file
1. Complete flow
2. Field Settings for Upload file.

User-added image

3. Above is for Creating record that is the second screen in the flow.

User-added image

4. Finally the last SS is for Upload files screen names..

also make sure that you uncheck the checkbox stating allow previous and mark the input fiels in Screen 1 as mandatory.

I guess this is all I did. 

Thanks
Hemant Bhatia

Ronak SFDCRonak SFDC
Thanks Hemant, I used SS 1 & 4, and it worked! :)
Michael ReynaMichael Reyna
Thanks Hermant, That is really helpful.