It looks like your import mapping gives you back a MyFirstModule.root object, but in the endpoint of your microflow, you're trying to return a myfirstmodule.jsnobject. To resolve this, double-click the endpoint and select the right object type (MyFirstModule.root). That should resolve your error.