I've been struggling with a specific task in a few different areas.
I have a column in my Sharepoint list which is populated from a combo box in the sharepoint list form. This column can have multiple values selected in an entry.
We are taking this list and using it as a data source in Powerapps. I am trying to do multiple things with this data and am struggling.
What the data looks like (this isn't the data I'm using, but it's easier to describe this way)
Title | Description | Genre |
Life is a Highway | By Rascal Flatts | "Pop", "Rock" |
Through the Wire | By Kanye West | "Rap" |
In this case, I'd want my combo box to display uniquely "Pop", "Rock" and "Rap", and for each item in my gallery to display their respective genres.
What kind of column is Genre?? Text, multiple choice, etc?