@Bonniedog2
Yes, it appears that you can. I just did a dummy run myself by doing the following
- added an Edit Form to a screen
- set the DataSource to something random, I just used an in app collection not related to the data in the form. Seems you need to do this otherwise the form won't render properly, at least it wouldn't for me. My collection was empty btw.
- Added 2 custom datacards to the form then add a text input into them
- added a button
- created a Flow from inside PowerApps (can be done outside as well, which maybe better long term?)
- Flow just has the PowerApps action and a Send Email V2 action
- Email action
Send to: me
Subject: No Data Form info
Body: Here's your data
No Data 01
Dynamic content [Ask in PowerApps]
No Data 02
Dynamic content [Ask in PowerApps]
- Added the Flow to the button and referenced the 2 Text Inputs above
- Play, add some text to the inputs, Click button
- Email received
That seems like the basics will work for what you need.
However, to get the data into Word I think you will need a Premium licence. I've not checked recently but this was the case when I last did.