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
The AdmiralThe Admiral 

Flow cannot open the value because it is not been set or assigned.

Hi there,

My flow comes to a decision and throws an error:
Flow cannot open the value because it is not been set or assigned.


I have decision element before to see if the value is checking it there, it checks if value is null, if the value is null it goes in another direction. Ultimately that decision should avoid the error I think but it doesn't.
This doesn't happen all the time just sometimes. 
Anyone has suggestions how to check?

The field name is GetAfdeling.Inf.AV__c , if its null then the flow should even check further..
thanks in advance!
ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

Checking the field value if it not null should work but I would suggest you to check ISBLANK(field) is equal to false and try again.

Reference:https://jenwlee.com/2018/01/16/the-flow-failed-to-access-the-value-for-myvariable_field-because-it-hasnt-been-set-or-assigned/

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri