How do I use a for loop with an if statement to only output array fields that only have values entered?
I have a Google form that stores reponses in a Google Sheet. When the form is submitted a email is generated using the stored values in the sheet. The body of the email will include all required fields from the form and only non-required fields that have been filled in.