Call a microflow from a custom widget with context, microflow expects another object

2
I'm about to publish my pivot table widget to Git. In the process, I want to get rid of some dirty stuff in the widget properties. When the user clicks a cell in the pivot table, a microflow will be called. This microflow does not get the context object as parameter but another object, containing information about the cell that was clicked. The widget creates the object. I now have a string property for the microflow. When I change the property type to microflow, the modeler complains that the microflow selected must have the context entity as parameter. Has anyone created a widget that uses the context and calls a microflow that receives another object as (only) parameter?
asked
0 answers