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
JohnDuraiJohnDurai 

get records based on record type in lightning flow

Hi - Below is my get record element block (Contact Object) where I am getting the all related contact record of an account but i want to get based on only one particular Account reccord type.
can someone help how to get this. Thanks!
User-added image

 
PriyaPriya (Salesforce Developers) 
Hey John,

In the condition, you have to use RecordTypeId = 'Id of the required record type'.

Let me know if it helps.

Regards
JohnDuraiJohnDurai
Hi @priya - Since I am using Contact object in get record block i could not aboe to directly give the condition RecordTypeId = 'Id, I want to filer record based on Account record type