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
Spencer BerkSpencer Berk 

Flow is mismatching screen field inputs from create record field mappings?

I have a Two-Column screen flow on a public community page. My first screen is acting very strange. When I have a DisplayText element placed in the second column "Test Text", I get the below invalid input error. When I remove the Display Text screen component, my flow is able to continue. Once it gets to the create record action, I get the below flow error email. It's showing that my fields are mapped incorrectly, as if I am typing in the phone number into the First Name field and email in to the phone number field.

Any ideas on what is causing this?

Input Flow Error with 2nd column DisplayText screen element:
User-added image

Flow Error: 
CREATE RECORDS: Create_Account
Create one Account record where:
AccountSource = Website
Active__c = true
BillingCity = {!City} (null)
BillingCountry = {!Country} (null)
BillingPostalCode = {!ZipCode} (null)
BillingState = {!State} (null)
BillingStreet = {!Street} (null)
Email__c = {!Email} (Bourne)
Name = {!First_Name} {!Last_Name} (555-555-5555 Jason)
OwnerId = 0051U000001PgX0
Phone = {!Phone} (jasonbournejason@gmail.com)
RecordTypeId = 0121U0000003lg4
Result
Failed to create record.

Create Record (Account) Action field mapping:
User-added image
SwethaSwetha (Salesforce Developers) 
HI Spencer,
Do you see this error across all the orgs or only on the latest Summer'20 release org?

There are few Known issues on Flows related to release. https://success.salesforce.com/issues_view?id=a1p3A000001HRFGQA4&title=flow-using-conditional-component-visibility-doesn-t-work-properly

Thanks