Hello, I need to count the number of files in a Onedrive folder based on a condition that it contains a string of characters and I don't know how to do it, at the moment I am using this action but I don't know how to see how many files it produces.
How should I do it?
Thanks for the help
Hi @RoberthCB ,
Please use the 'List files in folder' control.
I did a test for your reference.
In my scenario:
length(outputs('List_files_in_folder')?['body/value'])
Best Regards,
Sunshine Gu