web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Searching for managed ...
Power Apps
Answered

Searching for managed metadata

(0) ShareShare
ReportReport
Posted on by

I have a gallery displaying sharepoint list items. I am trying to search it based on the title field, a text column, and a managed metadata field.

 

Search works fine on the first two columns but when I input the 3rd I get the error:

 

Managed Metadata Issue.png 

 

My code takes the format:

 

 

Search('SourceList',Searchbox.Text,"Title","TextField","ManagedMetadataField")

 

 

as you can see in the photo, the error says expects text type, but mousing over the metadata column it says it is of the type text so I do not see the issue.

 

Is PowerApps simply unable to search on metadata columns?

 

Thanks,

Managed Metadata Issue.png
Categories:
I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Lewkir ,

     

    Search function only support Text type column, Tags is only shown as Text, but it still managed metadata type column.

    To achieve your need, please try this, add a new column to store the label to Managed metadata value. and search by that.

     

    Search(AddColumns('SourceList',"NewColumn",Tags.Label),SearchboxSS.Text,"Title","Area","NewColumn")

    Hope this helps.

    Sik

     

  • Lewkir Profile Picture
    on at

    Hi Sik,

     

    Thanks for the response.

     

    I'm afraid I'm still getting the same error:

     

    Managed Metadata Issue 2.png

     

    It's still saying the "NewTag" field is text too.

  • premiumappapk33 Profile Picture
    2 on at

    thanks dear for sporting me, i also provide services on website with free of cost

    premium app apk

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Lewkir ,

     

    That's weird, since the code work well on my side.  Please share the sample data of Tags Label.

    Could you please try this?

    Search(AddColumns('SourceList',"NewColumn",Text(Tags.Label)),SearchboxSS.Text,"Title","Area","NewColumn")

    Snipaste_2020-05-21_16-04-29.png

    Sik

  • Lewkir Profile Picture
    on at

    Yeah I had the same idea to use Text() but unfortunately the issue persists:

     

    Managed Metadata Issue 4.png

     

    By sample data do you mean this:

     

    Managed Metadata Issue 3.png

  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Lewkir ,

    Yes, so the Tags column allows multiple selections?

    If so, please try this, concatenate multiple selections to a string.

     

    Search(AddColumns('SourceList',"NewColumn",Concat(Tags,Label)),SearchboxSS.Text,"Title","Area","NewColumn")

     

    Hope this helps.

    Sik

  • Lewkir Profile Picture
    on at

    Hmm now it's created a new error:

     

    Managed Metadata Issue 5.png

     

    not sure why it's saying it doesn't exist when it's clearly there.

  • Lewkir Profile Picture
    on at
    Hi, I deleted "New Tag" and put it back and now it works. Thanks for all your help.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard