Non persistable objects in select page

0
Hi,   I have a situation where I have to use non persistent objects. Then I have a  form where one of the fields is reference selector. Because of good mobile experience I want to select it with select page, but the reference selector only allows dropdown when microflow is used as source. Microflow as source is the only option since objects are non-persistent.   What would be the way to bypass this to use select page or use any other option rather than dropdown ? 
asked
1 answers
0

Check out this forum post: https://forum.mendix.com/link/questions/92799

You could use a microflow button to show the select page and select the object. The reference itself is just show as a non editable input field.

answered