Hello.
I have a SP column that is a people picker. In the PowerApps form i am using a combobox that pulls that list into the form. The value is chosen by a column we can call Dropdown1. When chooses an option in Dropdown1 it autopopulates a person in the combobox.
What i am trying to do, unsuccessfully, is send an email by clicking a button that uses the value in the combobox. The value in the combobox shows as an email addy but i keep getting an error saying, "The Run function has invalid arguments in the Sendto field.
I am using 'DisasterCRL-Sendanemailtoapprover'.Run(ComboBox1.SelectedItems.Email,"Your review has been requested",EmailtoRequestor.HtmlText) in the OnSelect property of the button.
I have also tried using the concat and the text(email) in the formula and am given the same error.
I can't figure out what where to go from here. Thanks.