Hyperlink in PPTX not working

Hi everyone,
I'm not able to make hyperlinks working in PPTX.
When I click on a generated hyperlink, the URL is invalid.

Thanks so muck for your support @Petr @Roman_Rylov

Steps to reproduce:

PPTX Template
Hyperlink Error.pptx (34.0 KB)

JSON EXAMPLE
{
"text" : "Go to website",
"textURL" : "https://www.google.com",
"image" : "https://upload.wikimedia.org/wikipedia/commons/d/d1/Torre_di_pisa%2C_capitello_con_scimmiette.JPG",
"imageURL" : "https://www.google.com"
}

Example endpoint
https://api.plumsail.com/api/v2/processes/n1nxm2o8/2l7scz9/start

Hello @metalmarco,

I think there could be an issue in the template could you please ensure that you have specified the correct values, e.g. I tried with this:


Hyperlink Error.pptx (35.8 KB)

I am not the original poster but I am having a similar issue with docx file generation.

I am using the specified template format as shown in your screenshot

However, this causes an issue when uploading the docx template to the plumsail processor or sharepoint. Both locations give me this error:
'Relationship tag requires attribute 'Target'.'

And power automate tells me that the hyperlink URL is malformed.

The doc complains when the address is in 'template format' rather than a valid URL.

How should we remedy this issue? I am not able to generate docs because of this.

Edit P.S.
The same issue occurs when I download your provided template for external links (https://plumsail.com/docs/documents/v1.x/document-generation/docx/external-links.html) and upload it to sharepoint or the plumsail processor.