Hello
I am wondering if I can email multiple users using this function on the bases of if there username is selected as a reviewer in the form, I'm not sure if this will work, as it's using 'or' so would the code just send an email to the first user and then stop or will it filter through to all the users?
Office365Outlook.SendEmailV2(Form1.LastSubmit.Reviewer1.Email || Form1_8.LastSubmit.Form1.LastSubmit.Reviewer2.Email || Form1.LastSubmit.Reviewer3.Email || Form1.LastSubmit.Reviewer4.Email, "Test", "Test Body")