I’ve searched around and cannot find any info on this. It may not be a function yet. I want to use the google sheet watch function to create a new google doc and then save it to Google Drive. The idea is that I’ll add a new row (column a and column b) Then Make will trigger the creation of a google doc and using the info in column A, name the new doc and then save it to the Google Drive.
Currently I can get it to make the doc; however, I cannot get it to use the name in the new row (column A) it keeps naming it H or 2H.
Now, create the “Create a Document From a Template” module, and select this document as your template. Make will automatically discover the {{someFieldName}} text and make it every easy for you to populate it with values from your spreadsheet columns.
Thank you; however, that’s not quite what I’m looking for. Let me try to explain the workflow and idea better.
I want to start with a google sheet where I can enter information into it. Let’s say I have 25 ideas. I’ll open the google sheet, and on row 2 column A I’ll enter the idea name, on column b I’ll enter some details about the idea.
Then when I run the process. Make will pull the information from Row 2, using column A and create a google doc and name it what I put into column A. It will also put the info into the body of the doc from column b.
The process will repeat every time I run it or when I add a new row of information.
This is just the first step in a full automation workflow I’m building, but if i’m going about this wrong I need to stop now. Thank you for the help.
Maybe this will help a little. The Google sheet connects to the Google Doc. The title of the doc to be created should come from the google sheet. Row 2,
It doesn’t matter which module you are using. The issue is with the mapping. You do not need to use get() function and type array. You need to simply map the “book title” and it should work.