I created a Screen flow to capture basic lead information (first name, last name, email).
When I run the Debug, I get this error:
Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [Company].
When I edit 'Create Records', what should I match the Company field as this field doesn't exist on my flow? Is there a way to display 'Not provided' on the Lead's Company field in Salesforce once the user submits the flow?
Thank you.
[Edit]

Lead.Companyis a required field per the schema - it just needs to be non-null when the record is saved (though check to make sure your Duplicate Rules can accommodate a constant value here)