I have a powerapp gallery with SharePoint document library as the datasource.
Gallery Items Property
Filter(
Documents,
'Folder path' = "Shared Documents/Finance/" &DataCardValue3_2.Text&"/"
)
Gallery Label
ThisItem.'FileNameWithExtension'
I need to get count of the documents in gallery whose file extension is pdf/pptx/docx/xlsx. May i know how to achieve this?