Retrieve Objects: XPath Limitation using Nanoflow

1
Does anyone know if there is any limitation about the XPath along with Nanoflow? We are facing an issue using a Retrieve entity, basically using the nanoflow the association properties ( 1:1 and 1:* ) are not visible while using a microflow it works.
asked
2 answers
1

first, dont use a 1 to 1.
second, the training could be retrieved over assocation from the student object because it is probably in context, any deeper/further xpathing is not possible and should be handled by the attribute or serverside (microflow), usually if its not a native app i go to a microflow anyways for database retrieves, since youre going serverside anyway.

answered
-1

I think in a nanoflow, you will need to retrieve those by association, not from database.

answered