Forum Discussion
Set values for Managed Metadata (aka Taxonomy) columns in PowerApps and Flow! (First Release)
Hi Mikael Svenson, I just tried this on some of my test lists by creating a new app from SharePoint UX, and got the taxonomy columns generated without issue.
Maybe there is some complexity with your columns that we are not catching in our tests? Could you send me the schema of your list in a private message to understand what types of columns you are dealing with?
Also, do the columns show up when you open the "Data" panel for your edit/detail forms like in the picture below? If they do, but they are not checked, is the problem fixed if you check the checkboxes?
Kerem Yuceturk Thank you for testing and getting back so quick, and I will get back to you tomorrow on this when at work. Good to know the behaviour should be equal. The list has two content types and exceeds the number of lookup columns (12) if you do REST against it, which could be an issue
I’ll report back once I have more info.
- DeletedJan 11, 2018
I didn't think that PowerApps had support for content type columns? At least, it's never worked for me. Whenever I query a list or library meta data, I am able to see any list/site columns, but ones added through the content type are not supported.
- Mikael SvensonJan 11, 2018Steel Contributor
That could be the case as I'm using content types and site columns. I've given details to Kerem Yuceturk so we'll see :)
- Mikael SvensonJan 12, 2018Steel Contributor
To follow up. My issue was that I have too many lookup columns (people, metadata) , hitting the REST column threshold. I can work around this limit, so nice to know what triggered it at least. Thanks for checking and confirming Kerem Yuceturk :)
- Kerem YuceturkJan 11, 2018Microsoft
Hi Deleted, we have added content type support around 4-5 months ago if my memory serves me right. It is exposed as the {Content Type} column that is available for your use.
You should be able to change the content type, or look at this value and show/hide columns in your list through some If statements in your forms for the "visible" attribute.
Here's an example from a list that has two of them (Reservations, and Issue), and you have access to both the name and the ID: