You need to sign in to do that
Don't have an account?
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
: 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
https://developer.salesforce.com/forums/?id=9060G0000005XDJQA2
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
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?
Please click on the flow labe name "New lead", It navigates to the next page for activate.
Thanks
Vinodh D