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
Jess coreJess core 

Flow - lookup field

Hi,

When trying to create a flow in Lightning, I would like to include a lookup field in the screen element.  To do this, I created a text input 'Reported By' to enter the name from the role custom object.  I realise that the flow wants the record id of the role as the text input. 

How can I make it so that when I enter the name or part of the name in the Reported By field, the flow would get the id of the role and return the name of the role?