Skip to main content

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...

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]


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).


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.