Skip to main content

We currently use the “Create Document from Template” Google Doc Action to create a document from a template and replace placeholder variables.  We replace some of the placeholder variables with URLs.  Currently, these URLs show up in the doc as as unlinked plain-text.  We’d like the ability to hyperlink them.

Hi @jlabanca 

Feedback and feature requests can be submitted via a ticket to Zapier Support to be logged: https://zapier.com/app/get-help


@jlabanca

Try using HTML a href tag to properly format a link to be clickable: https://www.w3schools.com/tags/att_a_href.asp

 

From a different GDoc Zap action:

 


Thanks, we’ll try it out!