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
Bryan Revelant 30Bryan Revelant 30 

Lightning Flow Builder lookup

I am trying to build a Flow to create records for contacts. I am going to create a button off of Accounts on the related list of Contacts. 
Step 2 is where I am having an issue

1.) I created a Get Records - which gets the ID of accounts. 
2.) I created a Screen: 
    I have a lookup field that I want to be defaulted to the parent.

I have the FieldAPIName as AccountID which is a Varialble I created that is stored from Step 1. 
Label : Entity Name
Object API Name : Account

When I run the program I get the following error: 
Looks like you don't have access to this field, or the object or field API name is not valid on this Lookup component. Contact your Salesforce admin for help.

Get RecordsLookUp





 
Bharathidasan DBharathidasan D
hi Bryan
 i am facing the same error now.how did you solve that?can you help me...