OneDrive save? whereto?

When I save to OneDrive. where dos the draft go?

That depends on how the action is configured. The OneDrive action step has properties to define the file name and path within OneDrive to send the file.

If you are using the default Save to OneDrive action that ships in the “Basic” action group, it is configured a blank value for “path”, so will place the file in your “default” folder in OneDrive. The concept of the default folder is a bit weird, and can vary for different types of accounts, but usually is the same as the “My Files” folder in the sidebar if you are looking at your OneDrive on the website

The action has a file name template of [[time]].txt, which gets evaluated to a Y-M-D-H-M-S timestamp at the time the action is run – so would come out with a file name something like 2020-01-15-08-06-19.txt.

Hopefully that makes sense. You can edit the action (or make copies of it for different purposes) and alter those values, like putting “Drafts” in the folder path to send to a folder named “Drafts” in your account…or use [[safe_title]] in the file name to get a name based on the first line of the draft. You can learn more about using those options in this template basics article.

1 Like

wow! pretty complicated, I’ll have to dig in; thanks for the quick response

Note that if you just want to save a file and pick the destination, like a traditional “Save as” command, the “Save to Files” action might be what you want.

On Mac, that will open a system save dialog, and you can navigate and save to your OneDrive folder (assuming you have the OneDrive app and are syncing to a local folder).

On iOS, it opens the Files app browser, and, again, if you have the OneDrive app installed and configured, it will be available as a destination to save documents.

The “OneDrive” action step is meant for quick, pre-configured saves with less interaction.

1 Like