We use Google Sheets as quotation calculators.
We plan to have a folder Templates with some calculators depending on the products and have the agents to be able to copy that template in their working directories inside the Google Drive.
Now the process is:
- Make a copy
- Move the file
This has several drawbacks:
- The template folder must be writeable for all the agents
- The file gets created with another name (
Copy of ...) - The move functionality of Google Drive is far from intuitive.
In a normal filesystem, the user would do this:
- Open both folders (templates + working dir)
- Copy from templates, paste in the working dir.
Question
Can this simple "duplicate this file in this other folder" be done in Google Drive?
Otherwise, if not, can it be done in NextCloud?