Hi,
I have a pdf form with many fields that the user fills out/signs. I'm wondering if it is possible to hook into power apps and have the data filled into that form go to a database I create. Another catch would be that I have fields that auto-populate once one is filled out. For example, if someone enters their name at the top of the form, if there is another field that requires their name it will auto-fill that as well. Ideally, in a perfect world, it would work like this:
1. User goes onto the site
2. They see this pdf form.
3. They fill out the form (that already exists)
4. The data from this form is uploaded to a database.
5. A copy of the form is also saved somewhere (not just the data but the whole form)
Is this possible if so, how would I go about this? Thank you in advance!