How a call a microflow and show the success message together on a button click

0
I have a button that calls a microflow to upload a file but on click of that button I also want to show the message in UI as “file upload triggered”. Can we do that? If yes, please let me know Can I check the logs after deploying to Mendix cloud, please let me know how?
asked
1 answers
1

Hi Suraj,

In your microflow to upload place a ‘show message’ activity with your desired feedback.

For log, check out Documentation - Logs

answered