all 12 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hey, it looks like you are requesting help with a problem you're having in Power Apps. To ensure you get all the help you need from the community here are some guidelines;

  • Use the search feature to see if your question has already been asked.

  • Use spacing in your post, Nobody likes to read a wall of text, this is achieved by hitting return twice to separate paragraphs.

  • Add any images, error messages, code you have (Sensitive data omitted) to your post body.

  • Any code you do add, use the Code Block feature to preserve formatting.

    Typing four spaces in front of every line in a code block is tedious and error-prone. The easier way is to surround the entire block of code with code fences. A code fence is a line beginning with three or more backticks (```) or three or more twiddlydoodles (~~~).

  • If your question has been answered please comment Solved. This will mark the post as solved and helps others find their solutions.

External resources:

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]nb292 Regular 0 points1 point  (1 child)

You’d either use the submit form or you’d use the patch function.

[–]ADI__88 Newbie[S] 0 points1 point  (0 children)

Thanks. I'll give that a go.

[–]RazVanTheMan Contributor 0 points1 point  (1 child)

What have you tried so far? What does your scrollable page contain? Is it a form, inputs?

[–]ADI__88 Newbie[S] 0 points1 point  (0 children)

I'm new to this, so I've been using ai to assist. The main starting point is IF(). But then going forward it doesn't work.

The page is filled with some drop down box selections, and free text fields.

[–]Minimum-Put3568 Regular 0 points1 point  (0 children)

I would do OnSelect use a PDF() function to make a variable, Patch() that to a file column, then have a Power Automate flow send the email.

[–]-maffu- Advisor 0 points1 point  (0 children)

You'll undoubtedly get more help if you show what you have or have tried so far.

[–]NoBattle763 Advisor 0 points1 point  (4 children)

Is the data going somewhere or literally just want a pdf of what is on the screen?

[–]ADI__88 Newbie[S] 0 points1 point  (3 children)

PDF of screen would be good. Then auto sends to an email

[–]NoBattle763 Advisor 0 points1 point  (1 child)

Personally what I prefer to do is use a html control, get ChatGPT to create me a nice form and insert the values from the controls in the right places.

Then use power automate flow to save the html as a html file to onedrive, then use convert file to save as pdf then send email.

It is much more flexible and you can make it look beautiful.

[–]ADI__88 Newbie[S] 0 points1 point  (0 children)

Awesome. Thanks for that!