'PowerApps - Pull in SharePoint data from a multi-select field into a text box

On my detail screen in Power Apps, I'm manually creating each field that displays information from my SharePoint list (named DeskDetail).

These work for my other sharepoint fields:

Text(DeskDetail.Monitors.Value) **displays the number of monitors

Text(DeskDetail.DockType) **displays the type of docking station

This doesn't work for my multi-select sharepoint field: The one I can't get to work is the "amenities" field from my SharePoint list. It's a multi-select field in SharePoint which has a several selections in it such as Next To Window, Refrigerator, Coffee Machine, etc. I've tried this "Text(DeskDetail.Amenities)" along with a host of other data types and variations of the formula, etc. Can't seem to get it to pull the SharePoint info over. The app user just needs to see this data, not select or change it.

I'm a brand new user (1 week), so I'm sure it's something simple, but I couldn't find the answer anywhere!

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source