In your microflow, you retrieve your data from your external database. This is a 1st step!
Now, you need to display it on pages.
In your microflow, once your data retrieved, loop over the result (you should have a list of SQL_Data as result).
Within the loop, create all appropriated Entities needed.
Once this done, you still need to show a page?
→ Use the action “Call a page”, and that’s all!
Your page display content from database? Make sure to commit the newly created entities.
You need to pass a context entity? You have it in your microflow
Here all the infos about how to show data using Mendix:
https://docs.mendix.com/howto/front-end/create-your-first-two-overview-and-detail-pages