How to configure a custom dropdown widget to get its values populated from a microflow

0
I am trying to create a custom dropdown widget which gets it dropdown values from a microflow. How do i configure the properties in order to achieve this? Any leads would be appreciated. I tried adding below property . It gives me an error saying "Microflow/Nanoflow properties are not supported by pluggable widgets (pluginWidget="true"). Use action property instead.”  <property key="onClearMf" type="microflow" required="false"> <caption>On Clear</caption> <category>Behavior</category> <description>Microflow to run</description> <returnType type="Void" /> </property>
asked
2 answers
0

You may want to check how other widgets do this and copy the way they did it.

This one for example: https://appstore.home.mendix.com/link/app/2695/ 

answered
0

You can develop yourself using Datasource Attributes https://docs.mendix.com/apidocs-mxsdk/apidocs/client-apis-for-pluggable-widgets

 

Regards
Diego

answered