Hi,
simple question: why is 'list files in folder' (OneDrive for Business) not accepting a variable in its parameter? Or what is it expecting actually?
As for the documentation it requires a string: https://docs.microsoft.com/en-gb/connectors/onedriveforbusiness/#list-files-in-folder
What I get though is a "BadRequest" error.
In case I add the path manually, everything works fine.
-> 
Background:
- I want to move files from one OneDrive for Business folder to another.
- I built a simple flow and made it work.
- For different reasons I want to introduce a variable now, e.g. so that the notifications in a teams channel are more meaningful by mentioning the root path of the files mentioned above.
Having the variable at hand, I was hoping to also make use of it in the 'list files in folder' step, so that the flow is more flexible and scalable.