Hello all,
I am new to Power Apps and have been watching a lot of videos on how to build my app. Here is what I am trying to accomplish.
I have a gallery, and I have a label where I want to combine the text from two different multiple choice columns from a sharepoint list. So far I have been able to Concat the values from one column by entering the following fx:
Concat(ThisItem.AV, Thisrecord.Value, ", ")
Any help will be greatly appreciated.