In Monday files column I am able to add a Google Doc from Google Drive that I can subsequently edit by clicking on the created Drive icon in the files column which opens a net browser tab with the Google doc open for editing.
.
I am using Integromat(Make) to add these files through an integration. When uploading the files in a scenario, attaching them to the files column, the icon is that of a W doc. When clicking on this a Monday doc viewer window opens which does not allow editing of the file.
Does anyone know how I should be uploading the file in Integromat to retain the link to the document in drive and the ability to edit it with a single click in Monday?
I’m trying to do the same thing, I think. I’d like to have Make/Integromat create a Google Doc and attach the Google Doc to the files column in the correct format, but I’m coming up short.
Converting the Google doc to Word, PDF, text, etc. and uploading that to monday is easy. But obviously not the save as linking to the live doc.
This can be tricky. Adding files via link using the API is not exactly officially supported. But it is possible.
Basically, you will need to get/create the appropriate share link. Then update the file column using a direct call to the monday API (you can use the Execute a GraphQL Query module).
Hi all. I figured out how to use the GraphQL query module to do this.
First, here’s a helpful Youtube video to understand how the “Execute a GraphQL Query module” works: https://www.youtube.com/watch?v=CxnjxhagQbQ. They help you understand the commands.
See below for my full scenario for taking a file stored on Monday.com, renaming it, uploading it to Google Drive, then reuploading the G.Drive file back to the Monday.com file column.
Unfortunately I haven’t tried that. An alternative solution is you could grab the “share file link” from Google Drive and use the “create an update” module and just post the link as an update. The item’s update would at least have a link to the file, rather than the file itself.
Yup - That’s what I’m doing currently and it’s a decent solve for the time being! Will play around more and see if I can get the actual file posted.
After hours of searching, I found that your post was the closest thing to the solution I needed! Thank you!
Have you tried performing this task with multiple files? For example, if there are three files in a column, can everything be replaced with links? I am encountering issues when trying to insert a list of files into the code, as it gets failed. Similarly, when I try to upload files one by one using an Iterator, each upload replaces the previous file.