We recently published an app to the marketplace that allows users to open local file links from Monday.com. We’ve realized that we could build on this technology to enable users to open files stored on Monday natively.
For example, if there’s a MS Word file on Monday, the user would be able to open it directly in the Word app on their computer instead of within Monday.com. The file could be downloaded in the background, allowing users to open and edit it seamlessly.
However, Monday.com currently doesn’t provide a way to upload a new file revision through their APIs. Because of this, users would need to manually select and upload the edited file as a new version.
Alternatively, we could automate the upload, but in that case, it would replace the existing file in the file column rather than creating a new version.
We’re considering two possible workflows:
Fully automatic
-
Open the file natively
-
Edit and save
-
Automatically replace the existing file on the board with the edited version
Partially automatic
-
Open the file natively
-
Edit and save
-
Manually upload the edited file as a new revision
Would this improvement help your workflow or make your process more efficient? Do you think it’s worth building?