Copy link to clipboard
Copied
Hi there,
I'm trying to dynamically insert images into a document in a repeating section. For some reason this isn't working for me at all and I was hoping I could get some help. I've tried using the image urls as well as base 64 encoding.
My document has the following:
{% repeating-section backup[number > 0] %}
{{name}}
{% end-section %}
With the alt text of the image:
{
"location-path": "path",
"image-props": {
"alt-text": "Backup Load"
}
}
And the json is as follows:
Copy link to clipboard
Copied
I'm not able to replicate the error. It worked as expected.Would you be ok sharing your Word doc so I can test it along with your data shown here?