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
AbAb 

Error | Process builder | An error occurred at element myDecision (FlowDecision).

Hello,

I have a process builder which gives error like
An error occurred at element myDecision (FlowDecision).
The flow failed to access the value for myVariable_current.email because it hasn't been set or assigned.
This report lists the elements that the flow interview executed. The report is a beta feature
when i add condition like 
email != null && (Rest of logic) 
it always gives error
 
An error occurred at element myDecision (FlowDecision).
The flow failed to access the value for myVariable_current.email because it hasn't been set or assigned.
This report lists the elements that the flow interview executed. The report is a beta feature

Wen i add 
 
Field =>Email
Operator=> Is null
type=>Boolean
AND (Rest of logic) 
The above code dont give error
but it doesnot work as expected.

What can be the reason ? am i missing something

 
Best Answer chosen by Ab
debradebra
Do you have a bit more on the error output?   Usually you will get a list the variables and assigned values in the error message/automated email.
Also in your flow where is the email value coming from?   Is it retrieved using a Fast lookup,   Input value, etc?