Show Progress message on Homepage microflow

0
I know this is an old question but i didn’t found and answer for it. in a simple app i am using an microflow as homepage, and already have set the progress bar settings for microflow.  As the user login microflow gets run and it should show the progress message but it is showing nothing.,  i want to show a message from start to end of microflow
asked
2 answers
3

What do you want to do in this microflow?

If you want to run it, then you could try this workaround. Open a page and on the page you have a dataview which is based on microflow. in that Micrflow it will run your action. You need to return an object, for this you can use a inpersistant object with no attributes as helper.

answered
2

It think it is showing nothing, because you are not displaying a page.

answered