Hi all, I'm looking to user PowerApps as a desktop browser-based request form.
Basically I just need users to be able to fill out some fields/make some dropdown selections across a few pages and hit a submit button at the end, and their responses to be captured in a way that basically sends the completed form with questions and answers back to them, and to a separate email address.
So far in all the investigating I've done I've only seen a way for PowerApps to capture answers by adding them to an existing table somewhere; I don't need the responses stored like that, I literally just need the simple task of the questions sent back with the corresponding answers.
If anyone has any tips or ideas on how to do this, I'd really appreciate it. Thanks very much.
Store the responses in a local collection while the form is running, then clear the collection once you send the results by email.