Best answer

Cloud Print a Doc

  • 10 January 2020
  • 3 replies
  • 190 views

Userlevel 2

I setup a flow that creates a new Google Doc from a Template and saves it in a specific folder. Am I able to create a flow, after the new doc is created, that will print the newly created document?

(The document name changes every time a new one is created.)


icon

Best answer by PaulKortman 10 January 2020, 21:58

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +10

FYI - I’m pretty sure someone mentioned here before that Google Cloud Print is going away soon.


Userlevel 7
Badge +10

@ApexDestroyer Welcome to the community, and yes you should be able to do this.

You have two options for this, 1 is simply add a google cloud print step as the last step of that Zap and use the output of the saving of the template (grab the document URL and send it to the GCP step)

Option 2 is to create a new zap with Google Drive "New File" as the trigger which watches a specific folder and anytime a file is created in that folder it triggers the zap. The action step in that zap would be google cloud print, and again simply grab the output of the trigger step which will contain a URL for the doc which you can pass to google cloud print


Hint, if you want Google Drive to provide GCP with a PDF you can use this URL hack which is basically just using the document ID and entering the url like so:  http://docs.google.com/document/d/{{doc ID from previous step}}/export?format=pdf


Userlevel 2

Thank you! I actually just added a new flow to print any new documents inside a folder and i was coming back here to answer my own question.


Thanks again for the insight and the quick feedback!