
Announcements
I would like to have an email automatically be generated if a certain amount of questions in my Microsoft Forms are answered a certain way. For example, a ten question quiz, all yes or no answers. If the respondent picks 7 or more 'No's I would get an email alerting me to that quiz result. Is this possible?
@SWZNE2023 you would need to initialise a float variable then look at each question via a condition and if the answer was No have an increment variable action that increases the variable by 1. Then finally have a condition that looks at the total in the variable and if it's greater than or equal to 7 send the email.