Dakota,
Microflows run on the server, so from a client perspective, the actions all seem to happen at the same time. What happens is that microflows complete execution and then show all client side notification, popups, etc.
There are a couple of ways you can accomplish this:
Here is a description from the documentation about the differences between nano and microflows:
hope that helps,
Mike
If you’re calling this microflow from a button you could add a progress message:
But if the microflow is finished quickly users might not be able to actually read it.
In Microflow setting we have progress bar option. You can try with that option.