How can I filter reference selector list?

0
I have a reference selector which fetches all the items from db but I need to filter the list on the basis of selection made by the user on the same page. How can I do this?
asked
3 answers
7

Can you please try with “selectable objects” option.

answered
4

Hi Nilay,

Have a look at this https://docs.mendix.com/refguide7/reference-selector/#constrained-by.

This will explain to you how to constrain reference selector data with other data on the page.

 

If you don’t get this just have a microflow in the selectable object of reference selector and get the required data. 

answered
2

It should trigger. Please Check for reference selector’s microflow access for current user.

answered