Forum Discussion
SKelsoNeal
Oct 06, 2023Copper Contributor
Generating an email with Power Automate using data from MS Forms
I'm trying to generate an email based on responses to a Microsoft Form. To do that, we've been using Power Automate. But I don't know coding, so I'm struggling with the "if this, then do this or if ...
SKelsoNeal
Oct 06, 2023Copper Contributor
I have send an email as the action to the form submission. Within the email, I need the conditional info. If the answer is YES, then this info needs to be included in the email, if NO then the info is skipped.
Can the condition be used within the body of the email? If not, will the email continue after the condition? If so, what action would it be under for the condition response?
Rob_Elliott
Oct 07, 2023Bronze Contributor
SKelsoNeal the easiest way is to have 2 versions of the email, one in the green if yes channel and 1 in the red if no channel.
- SKelsoNealOct 09, 2023Copper ContributorThere are A LOT of conditional questions in the form, so too many email options. That's why I'm trying to figure out coding within the email.