A former colleague recently reached out to me wanting to know how to have a flow kick off once someone had completed training hosted in a PowerPoint deck. He was asking if he could include a button that someone could press. Initially, I was thinking that it needs to be an authenticated session and while you could add a PowerPoint button/link onto a slide deck, it won’t pick up their credentials. I was thinking “if only I could embed a flow button inside of this deck”.
After a web search, I learned of a new Forms add-in that can be used to host our form. Since we can enforce a user to sign-in to submit a form, this would work. Naturally, we can have a flow that is listening for form submissions which allows us to send this data to SharePoint for long-term storage and the ability to place a Power BI dashboard on-top (if we wish). In addition, we can send a confirmation email to the user who submitted the form. Yes, Microsoft forms will allow you to do some of these features in-product, but having a flow respond to requests provides for additional agility/use cases.