I have created a SharePoint list that has some dropdown fields which can take multiple choices. I have created a form in power apps where I'm taking input from a user. And I want to display those values in another screen in gallery control...for text values, we can write ThisItem.'Account Name' and it will display the name....but how to display the multiple values selected for the dropdown field...
If you are putting this in another Gallery on another screen, then you just need to set the Items property of the Gallery to the column. i.e. LookUp(yourDatasource, <criteriaForRecord>, yourMultipleChoiceColumn)
Then in the gallery you can reference ThisItem.Value
I hope this is helpful for you.
User | Count |
---|---|
164 | |
91 | |
67 | |
64 | |
63 |
User | Count |
---|---|
212 | |
157 | |
96 | |
81 | |
73 |