Get empty association.

1
I want to retrieve a list that does not yet have a association. I normally use [not(example.example2_test)] But somehow Mendix doesn't accept it now… If I just remove that single line the XPath works.  
asked
1 answers
2

You have to extend the path to the entity invoice.

Just add /Invoice 

answered