Forum Discussion
Kerem Yuceturk
Nov 20, 2017Microsoft
Set values for Managed Metadata (aka Taxonomy) columns in PowerApps and Flow! (First Release)
Hi everyone,
As of today, you will be able to set the values of your managed metadata columns (sometimes also called taxonomy columns) in PowerApps (for both multi-value and single value) a...
Deleted
Nov 29, 2017This is great news. One question that I haven't seen covered anywhere: does this mean that we're also now able to filter gallery items based on the value of a managed meta data field?
- Kerem YuceturkNov 29, 2017Microsoft
Hi Deleted, no, we will not have that capability yet. It is on our list for 2018, but we don't have a better estimate yet.
- DeletedDec 01, 2017
Hi Kerem Yuceturk - thanks for the prompt reply, it's greatly appreciated. That's such a shame about the meta data fields in PowerApps. Do you know if there's any workaround for the current limitation? I have a gallery which is querying a pages library and needs to filter only those pages with a specific managed meta data tag. Would it be possible to map the MMD field to another field in the library using a calculated field?
- Kerem YuceturkDec 02, 2017Microsoft
Calculated columns sadly don't support showing the values for metadata columns. It is a little cumbersome, but you could write a flow to track changed items, and copy the taxonomy values over to a text based column. Make sure you don't do infinite updates by checking if the value is the same before you do an update.