Recursive operation - "While" function - Copy Google drive directory

I have a single scenario to copy files and folders here

It’s flexible because the input can be either folder IDs or folder Paths, and it handles copy access so it won’t throw an error.

not only that, I can simply specify

input: /path/to/OriginalFolder
or input: <folder_id>

output: NewFolderName

and it will put the NewFolderName in the same directory as the OriginalFolder

I think it still makes sense to split them into two scenarios though, especially if you are deep copying hundreds of sub-folders.