Xpath for a reference selector in the 2nd step process

0
Hi, I have 3 reference selectors in a page. The 1 & 2 reference selectors are independent(No dependency). The 3rd reference selector should show the values based on both 1 & 2 values . Can someone help me out with the Xpath.   What I have done is: I have created few records for all the 3 entities. I have taken another  entity. Created association with all the 3 entities. Retrieved each value one by one and created few records with some combinations. Now I'm trying to pull the value based on this combination.
asked
1 answers
1

You might want to check out the constrained by functionality. See the documentation here for an example: https://docs.mendix.com/refguide/reference-selector

Regards,

Ronald

[EDIT]

If the contrained by function is not an option you could create a microflow that returns the selectable objects. To do this set the source of the reference selector to Microflow. This microflow should also be run as on change on both the other reference selectors.

answered