Matthew,
You can use a Call Microflows button, set it to link (instead of button) and style the text to make it black ( or whatever color you choose).
Mike
Hi Matthew,
Take a container -> onClick of this container call your microflow & inside this container take one text & pass the custom string value by {1}.
Hope you like the answer.
You could use a dataview with data source nanoflow / microflow, return a generic non-persistable object with a string attribute filled with your string and show that on the page. Be aware that you need to configure user roles on the nanoflow / microflow and entity access on the object.