You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choice labels can include references to fields in the main instance using output. I assume the reference is intended to be evaluated in the context of the select node.
When a choice is in a repeat and attempts to reference a field also in that repeat, parenting goes up too far. I'm not sure whether it's because pyxform doesn't have enough information to get the expression correct or whether it could be made to work. This is weird on a number of levels because the list could be used by different selects in which case the path expression would need to be different.
Choice labels can include references to fields in the main instance using
output
. I assume the reference is intended to be evaluated in the context of the select node.When a choice is in a repeat and attempts to reference a field also in that repeat, parenting goes up too far. I'm not sure whether it's because pyxform doesn't have enough information to get the expression correct or whether it could be made to work. This is weird on a number of levels because the list could be used by different selects in which case the path expression would need to be different.
Sample form
The text was updated successfully, but these errors were encountered: