I need some help trying to display a selected Item from a drop-down list. The Items were set-up in SharePoint as "Choice" Column. Is there a work around for getting "Choice" columns displayed in a gallery in PowerApps? The error message I get is "the property expects Text values, but this rule produces incompatible Record values".
Please let me know if more info/data is needed.
Is there a way to build the logic that would NOT put a comma at the end if there is only one value, and NOT put a comma in at the end when there are multiple values. Other than that, solution works great thanks shockwaveAndrew!
Thanks for the fix
This is definitely weird how they set this up
Merci Guillaume pour la version francisée 😎
The solution worked almost to perfection. I had to delete the last part with the Char value (perhaps because I´m using swedish language?)
Strange part is that i did not need the ' sign for 'förvaltning'. I expected it since "ö" is a specialletter?
This worked for me, made my day!!
Concat(ThisItem.Förvaltning.Value; Concatenate(Text(Value)))
All you need is this really. It worked for me:
ThisItem.'Room Finishes'.Value
This is fantastic, exactly what I needed, thank you.
If the column name ("Status" in this case) is one word:
ThisItem.Status.Value
If the choice column has a multi-word name such as "Status Type" try:
ThisItem.'Status Type'.Value
Thanks! I had the problem and with your solution I could solve it!!
veronica
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2