Hi I try to send email with selected items from combobox. I have this code
Office365.SendEmail("michal.vasko@hatch.com", "message" ,Concat(DataCardValue39.SelectedItems.Value,","))
What I get to email is just ,,, . I know how to send one text box for example but I am struggling with this. Can anybody help me?
Have a nice day.