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
imrohitimrohit 

Hi I want to show an error message while creating a record of custom object if corresponding matching fields not found in custom meta data object using fast lookup in lightning flow

since we cant use screen to show an error message in auto launched flow so I want another solution so that I can show the message on the screen on which you are creating record.
comment If you want further clarification

Thanks in advance 
Guru 91Guru 91
Hi Linkesh,
Create Sobject collection variable in the flow. In the past lookup screen add ids to this variable.
Then check SObject Variable != Null.
Then you can display message.


Thank you
Guru