Hello all,
If you see my previous posts I was helped by a kind member to trigger email if dropdown value is changed to specific selection. Its all good.
I am now combining two actions i.e. Change selection of dropdown & then press button to trigger sending email. With following formula, I do not get any errors but its not working.. Any help please. Thanks
If(DataCardValue28.Selected.Value = "Closed" && Button3.Pressed, Office365Outlook.SendEmailV2("myname@mystuff.com", "Subject line", "This is a message body"))