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:
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,