Hello,
I am making a PowerApps that records notes from meetings with various stakeholders. The application allows records to be search and edited as well as new ones added. It is fed by and feeds a Data verse table. Many of the input boxes for new or edited records are from a Data verse Choice Column (eg. column named Community allows the selection of one or multiple choices). In my Galley I am trying to have a text box that writes out the selected (populated in the table) values for that entry.
I understand that DV table Choices Columns save their data as a table. I can get it to list one of the selected communities (i.e. one of the rows on the Choices table) using Index or First (example; First( ThisItem.Community).Value.) or using Index(ThisItem.Community).Value,2) which lists the second item).
But I want all the selected communities in one string. Help is appreciated. @Reza

Report
All responses (
Answers (