When you change the selection mode to multi selection, then it will return List of that entity being selected.
In your case, it will return List of Features.
Your microflow should accept a List of Features as Parameter, then you can iterate over each Feature, do your processing and then prepare the report.
When looking at your microflow image, I dont see any parameter. But you have create activity that creates features.
How are you creating Feature, without the selected one and why do you want to create even? Are you using non-persistable entity?
I am not sure what you are trying to do: