Hi Make community!
I’m working on setting up a workflow to organize my invoices and could use some help with the file moving functionality in OneDrive.
Here’s my setup:
All my scanned invoices initially land in a “_scan” folder. I want to automatically move these files to different folders based on the supplier name.
I’ve tried a few approaches but can’t seem to get it working:
- First, I attempted to simply move the file to the parent folder using
/../{{3.parentReference.id}}
as the path, but even though the scenario runs successfully, the file doesn’t move. - I also tried moving the file to a specific subfolder using
{{3.parentReference.id}}/"new folder"
, but no luck there either.
I feel like I’m missing something basic about how the file paths work in OneDrive with Make. tried several steps, looked for examples or other topics on similar matters, but no clue…
Has anyone dealt with similar dynamic file moving operations? Any pointers would be greatly appreciated!
Thanks in advance for your help!