From cc1f3d5aef33da3cccd3fbf671b9af73725f7b38 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Fri, 27 Mar 2026 11:10:00 +0100 Subject: [PATCH] Update nanoflow association limitations --- .../activities/object-activities/retrieve.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities/retrieve.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities/retrieve.md index a021df53077..3818d94bdc3 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities/retrieve.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities/retrieve.md @@ -73,7 +73,11 @@ This property specifies the entity from which to retrieve instances (objects). The [XPath constraint](/refguide/xpath-constraints/) defines the condition the objects need to fulfill to be retrieved. If there is no XPath constraint, all objects of the entity are retrieved. {{% alert color="info" %}} -Date functions, user-role tokens, computations based on tokens, and following associations are not supported in XPath constraints when the retrieve object(s) activity is in a nanoflow. +In nanoflows, date functions, user-role tokens, and computations based on tokens are not supported in the XPath constraints. +{{% /alert %}} + +{{% alert color="info" %}} +In nanoflows, following associations is only supported in the XPath constraints in Mendix version 11.9.0 and above. {{% /alert %}} #### Range