I am trying to insert a hyperlink, where I want the URL to be {{URL}}. However, when closing the Link dialog box in powerpoint, the ugly brackets are replaced, and it says %252525257B%252525257BURL%252525257D%252525257D
How can I circumvent this issue, in order to insert my desired URL into the hyperlink?
Thanks
I am using macOS. I also tried on my colleagues Windows machine, and a similar thing happened, although the curly brackets were parsed to something shorter.
Yes, I checked it an the brackets are changed the same way as yours if I open the link settings again. Anyway, If I pass a real link in Json, the token is replaced correctly. Does it work for you or the link becomes broken in the result document?
Please try using Microsoft PowerPoint desktop application to edit your template. It is important to make this change in the desktop app and not in a web-editor or using third-party software. You can also send the template to me in PM and I will do it for you.
Our developers will improve it in some of the future releases. The syntax will be like this: {{#link order.link order.title}} but there is no due dates.
You can try this workaround at the moment:
The brackets should be converted in a hyperlink so that %7b is equivalent to { , and %7d is equivalent to } . If it's converted in some other way, it may not work.Try to add the brackets manually already formatted for the URL, i.e., add this {{URL}} token like this: %7b%7bURL%7d%7d
Also, I double checked my template in Windows Power Point desktop app and the brackets are replaced the same way and the link works when I send a real data in Json.
Hi Petr
Thanks for the reply. We had to implement a workaround that does not utilize automatic links replacement for now, due to a customer deadline. I will keep this in mind for future reference.