I'm struggling to find the right action to get a list exported to pdf or xls of all files in a share point library that have the work 'test' in the filename. I'm using Get Files (Properties only), but don't seem to have the query right.
Are you facing any issue, check below for few steps,
Use Get Files(properties only) Action
Use Filter Array action and in that write condition as contains(item()?['Name'], 'test')
This way you can filter all the file name which contains test in it
If I have answered your question, please mark it as the Answered. If you like my response, please give it a Like. Regards, Srini
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.