I have the follwoing for submitting an email.
Office365Outlook.SendEmail("HIDDEN EMAIL",TextEmailSubject1.Text,TextEmailMessage1.Text);Reset(TextEmailMessage1)
Currently the Subject is set to a default value of "Feedback" but i woul dlike to remove the text box and have a dropdown so that when submitting the email the value from the dropdown is shown in the subject field.
Dropdown = dropdown4
Hi @jamescosten,
Try using below formula -
Office365Outlook.SendEmail("HIDDEN EMAIL",dropdown4.Selected.Value,TextEmailMessage1.Text);Reset(TextEmailMessage1)
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional