Select one data from a *-* relation

0
Hi I want to make a selector page, where I can select one “property”, by selecting one “machine”, then one “propertySet”, since they’re grouped by each other. // see my relation below My problem is: As soon as I select the Machine, I cannot put a SINGLE selector to the propertySet, since it has *-* relation – so I cannot make a propertySet data view, since the propertySet selector return a list (and if I choose “single selection” on the picker page, it results an error...). Is it possible to do somehow?
asked
2 answers
0

Maybe you need to use a reference set selector.

You can also use a dataview if you need it, but you probably have to use a microflow source, retrieving the first propertySet linked to the machine (machine will be accessible as a parameter)

answered
0

Hello Daniel, 

 

for many to many you can use reference set selector,

it gives you the ability to choose the many to many entity (default as popup page).

 

HowTo

answered