Hey,
I have a problem because in the application I am creating I want to send a notification that there is a new shipment in the
application.
This is my code onSuccess property in form.
Office365Outlook.SendEmailV2(If(IsBlank(DataCardValue5.Selected.Email), "pidom@gmail.com",DataCardValue5.Selected.Email),...)
The problem is that it doesn't get me a value from datacardvalue5, it's a combobox, with data type person in SharePoint.