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.
Solved! Go to Solution.
My hero 🤗
I was facing the same issue, and it worked! THANK YOU SO MUCH
ThisItem.Status.Value
This does not work. I'm not able to see any of Choices and Lookup Dataverse columns as an option to include my PowerApps gallery. Any suggestions?
Thanks !!
It didn't worked the first time i tried, but no problem at 2nd try.
For LineBreak, type Char(13), maybe you have already found 4 years later 😄
Concat(ThisItem.ContratAssurance.Value; Concatenate(Text(Value);Char(13)))
Thanks! I had the problem and with your solution I could solve it!!
veronica
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
This is fantastic, exactly what I needed, thank you.
All you need is this really. It worked for me:
ThisItem.'Room Finishes'.Value
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)))
User | Count |
---|---|
247 | |
105 | |
82 | |
50 | |
43 |