Facing issue while Creating Build a Pluggable Widget” from academy

0
Hi, I am trying to create  “Build a Pluggable Widget” from academy but I am facing issue while passing object from microflow to data view on home page. Please help me with this. and the screenshots are:   
asked
1 answers
0

Hey,

It looks like you’ve accidentally also added a parameter to the Microflow. Since the flow creates a new object and returns that, you should be able to remove it and the error should go away.

The error comes from the fact that your microflow expects to be called with a `Helper` object, which in the page does not exist. (This can be used on pages if you need a microflow to fetch data based on another entity, in which case you would have an outer data view with the entity required for the inner data widget’s microflow.)

answered