Populate widgets dynamically

0
Hi, I am working on a user functionality and I came across a need to populate dropdowns on the desired columns something similar to pivot table. (example: I select desired columns on pivot table and the columns should populate dropdowns with options) Thanks to check and update how far addition of dropdown widgets against columns during the runtime is possible within Mendix platform. -Krishna
asked
1 answers
2

It seems like you need to select a subset of objects. You can create a microflow to generate the list of selectable objects in your dropdown. It can be set up in the properties menu of your dropdown widget.

answered