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
Naresh Kaneriya 9Naresh Kaneriya 9 

Make Field Read only on Flow

I have created one screen flow that will create a Contact record from the Account object and I placed that flow on the Quick Action button.

On that screen flow, I have two text field elements and their value will be auto-populated from Account.

I want to make those two fields on-screen as ready only so the user can edit them while creating a contact from the flow and once contact got created those field is editable for those users.

How we can make the field read-only on-screen flow?

Kindly note that I don't want to change FLS. 

Early response will be highly appreciated
Thanks in advance! 
sf user 0853sf user 0853
HI Naresh,,

Instead of using Input elements use Output element like Display Text and in that use dynamic variable. 

This should solve your issue.

Thanks