We have a form that has 20+ questions where the answer can be ‘Ok’ or ‘Defect’ and a further 8 questions with ‘Yes’ or ‘No’ answers.
We then convert the form into a PDF and we would like to send the PDF document to a number of email addresses if 1 or more answers have ‘Defect’ and/or 1 or more have ‘no’ as the answer.
Branch by condition has a max 10 conditions, what is the simplest way to set this up to send on the above conditions but only send once?

