Hi all,
I'm currently setting up a flow, which should check for the file count of a specific OneDrive folder. This should be a recurse lookup, including all subfolders. Do you know any possibility? I'm using a graph call:
https://graph.microsoft.com/v1.0/users/usernameofonedrive/drive/root:/FolderName
This gives me a "childCount" of 1 item, because this folder is empty but has one subfolder where the data is located.
Thanks