I understand that "Get Folder Metadata" should use a Folder ID (integer) and "Get Folder Metadata Using Path" should use a Folder Path (string), however both the UI and the documentation for these actions indicate that "Get Folder Metadata" takes an "ID" but that this should be a string (i.e. a Path) - the same as "Get Folder Metadata Using Path" takes.
What is therefore the difference between these two actions, and is Get Folder Metadata broken because its input type, while being called "ID" is actually set as a String and requires a folder path to work (passing an ID does not work)?
This action has been causing me significant grief, because "Get Folder Metadata Using Path" does not return all of the columns defined for the content type (which is to be expected; it only returns the ID), and then even though I have the ID, I can't get all the columns defined for the content type - because I can't use "Get Folder Metadata" (because it won't take the ID) and "Get File Properties" doesn't return the defined columns for a folder-based content type (it seems to be confused).
