Question

Google Slides Template Dynamic URL

  • 13 October 2021
  • 3 replies
  • 198 views

Userlevel 1

I send invoice using google slides. I want to use my url like that (https://loja.pericialmed.com/?add-to-cart=394&ywcnp_amount={{valor}}), to have dinamic price , but editor change the url to this (https://loja.pericialmed.com/?add-to-cart=394&ywcnp_amount=%7B%7Bvalor%7D%7D), and is not working. Any suggestion how to send dinamic url to my custmers? Maybe some HTML code...


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 +14

Hi @Proteusbr

You can create a value using a combo of a static value and a dynamic variable in 1 field.

For example: https://site.com?parameter=[VARIABLE]

Userlevel 1

HI, @Troy Tessalone 

Thank your for help. If I use (https://loja.pericialmed.com/?add-to-cart=394&ywcnp_amount=[{{valor4}}]), editor dont chenge the link, zapier can find the variable, but print (https://loja.pericialmed.com/?add-to-cart=394&ywcnp_amount=%5B%7B%7Bvalor4%7D%7D%5D) and dont print the value (500 for exemple).

Userlevel 1

I have a form, which collects the data I need from the customer. Then I send it to the zapier, which assembles the invoice on google slides and sends a PDF via webhook to whatsapp. Now I need to send a link with the calculated value.