Re: Get Sharepoint Folder Size
Hi @Ctodorut,
The size of the folder metadata is the data size, size of folder in SharePoint all is 0.
Do you mean you want to get the number of files in the folder?
If so, you could use the List folder action to get all files and subfolder, then use length() function to get it:

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.