
Hi
As per my previous query, I have no got my email from Powerapps to work but for two fileds. These are Choice with multiple answers.
How can I get Power Apps to send them, as using . after the ThisItem only brings up Value. Do I need to use Concat? If I do what would I need formula wise?
Thanks
Not 100% sure what you are asking, but here is an example of what I think you want.
Got a combo box with items
[1,2,3,4,5,6,7,8,9]
allow multiple selections turned on
then a label (label code is what you would put in an email, but throwing it in a lavbel first helps you fine tune your code)
Concat(ComboBox1.SelectedItems,Text(Value),"; ")
gives you