Microflow parameter widgetData should be of type TreeViewWidgetData

0
Hi everyone,  I’m trying to implement mendix tree view widget and it is throwing me this error    I think the parameter is a generalization of tree view widget data entity.     I would appreciate some help. 
asked
2 answers
1

The most straightforward solution here is probably an object split at the beginning of the microflow, followed by a Cast action to make the MultiLevelWidgetData usable within the microflow. Without seeing the widget exactly, I can’t say why it’s expecting the parent entity(TreeViewWidgetData) but I would assume that’s is its reference.

answered
0

Thank you very much for your answer Justin Durbin.
I selected the wrong datasource on the dataview where the widget was being used.

 

 

answered