Link Attributes on a Drop-down button

0
Hello everyone, I would like to select data linked to attributes via a drop-down button. I have managed to link the first button with the attribute "Raum" but the linking of the second button does not allow me to see access to the other attributes but only to the one called "Raum". I don't understand why! Thanks again to everyone UPDATE: To be more precise, I would like to develop a page like the one in the example where I can select the data contained in the attributes such as "Raum" and then confirm them and afterwards land on a page where the data I have selected in the "choice menu" appear
asked
2 answers
0

You are using a dropdown, this will only be available for the enumeration because there are multiple choices.

Geschoss/Name is a String that is why you cannot use a dropdown as an input.

Try a different input field other then a dropdown where users can input a text instead of a dropdown.

I hope this will help you further!

answered
0

Can someone explain, why in the example of mendix academy Soccer Squad it is possible to choose another attribute type for the Drop Down button?

answered