Boolean Attribute Empty?

1
I have an entity with a Boolean attribute called Unattached: I have a dataview entry page for this entity: On both the text box and check box, I call the following microflow when the value changes: The exclusive split is configured like this: In my log file, I have an error indicating that Unattached is empty: Which is puzzling to me - how can a boolean attribute be empty?  Maybe I am missing something basic here...any help appreciated.
asked
2 answers
10

My guess no read rights on the attached attribute fo the specific user role(s) as entity access is applied in this microflow. 

Btw, commit actions don't fail when an object is empty. 

answered
1

3 options: your object is empty,  your microflow is corrupt(probably with merging) so please recreate the exclusive split or something with access rules..

answered