Ok, I figured it out…
You need to first set up a “CreateEntity” microflow and add a Create Object of “MyFirstModule.Entity” and then end the event with the $NewEntity:
You can then create a second microflow with the Entity parameter and then add a “Show Message” of $Entity/Attribute
You can then drop in a Data View and set the type to microflow and select your CreateEntity microflow:
And then on your button, on click call the echoEntity microflow: