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
Raghavendra BhatRaghavendra Bhat 

Unable to complete the challenge- Guide users through creating a lead in Lightning Flow Module

Module: Lightning Flow
            : Guide Users Through Your Business Processes with Cloud Flow Designer

Issue   : Unable to complete the challenge - Guide users through creating a lead

Can't find the forceContent:fileUpload Lightning component in the 'New Lead' flow. Make sure the field’s unique name is 'Upload_File'

For some reason i'm unable to save as Upload File field name. I have checked for any duplicates in FLOW's and deleted the one which had but still getting same error message.

Could anybody please assist me on this?

Cheers
Complete noviceComplete novice
Hi, there was a bug on this I believe.  Check out this thread, it may help. :)

https://developer.salesforce.com/forums/?id=9060G0000005XDJQA2
Raghavendra BhatRaghavendra Bhat
Thank you very much. It makes sense now. Cheers
Hanuma RudrarajuHanuma Rudraraju
From the toolbox, drag a Screen element onto the canvas.
Name it Lead screen in the Label field.
In Screen Components, click Text and then click Text again.
Select the first Text screen component and enter last Name in the Label field.
Select the second Text screen component and enter company Number in the Label field.
Mark both text fields required


Add a Create Records element:
Label: Create Lead
Select: Use separate variables, resources, and literal values
Object: Lead
Use the screen fields to set the Lead's Last Name and Company.
Store the Lead's ID in a new resource (Variable) called leadId with type of Text.

Add a second screen:
Label: Component Screen
In Screen Components, Choose the File Upload screen component
API Name: Upload_File
File Upload Label: Upload Related Files
Related Record ID: {!leadId}
For Allow Multiple Files, select {!$GlobalConstant.True}

save it as
 Label: New Lead
Type: Screen Flow
go back

Activate the New Lead flow by clicking on the New lead link and click activate

Create a home page.
From Setup, enter Builder in the Quick Find checkbox, and then select Lightning App Builder.
Click New.
Select Home Page and click Next.
Label: Process Automation Home
Page Template: Standard Home Page
Add a Flow component that references the New Lead flow
Activate the page 
assign it as the org default

Done


 
Nikita GokhaleNikita Gokhale
Hello all,

I have created the Flow that I am required to create in the challenge. I have also saved it and all. But when I go to activate it, I do not get an activate option. How do I solve this issue?
User-added image
Vinodh DVinodh D
Hi Nikita,
Please click on the flow labe name "New lead", It navigates to the next page for activate.

Thanks
Vinodh D