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
Ian Kang 1Ian Kang 1 

Flow doesn't have access to Lead.IsConverted field?

My Flow finds a record, but I when I add a decision point to assess if the found lead is converted or not, the following error comes up.

The flow failed to access the value for FoundLead.IsConverted because it hasn't been set or assigned.

I checked the found lead's IsConverted status and it was TRUE, so I do not understand why Flow says it is not set or assigned. 

Do Flows not have access to this field?

Thanks for your help!
EuphoristeEuphoriste
Hello,

On your "get_Lead" Element, do you get your field "isConverted" ? 

User-added image