I have an app for submitting improvement ideas that has2 almost identical pages, one for creating and one for updating. I am using the same emailing code for both, but only the update form is executing the emails (Form mode edit), the create (Form mode new) is not sending anything despite the code being the same. It is supposed to send if a toggle switch for support is triggered when submitting the form. I have tried the V2 as well with no luck, so dont understand why one works and the other doesnt.
I could do with some help 😛
If(DataCardValue21.Value=true,Office365Outlook.SendEmail("Email address",RCU_Form.LastSubmit.'Lead Name' & " requires support"))