Hi,
My template has a table within which there is an image to be replaced, while duplicating rows. The call replaceTableVariable() doesn't seem to accept anything other than text, how can I achieve this?
Thank you!
Hi,
My template has a table within which there is an image to be replaced, while duplicating rows. The call replaceTableVariable() doesn't seem to accept anything other than text, how can I achieve this?
Thank you!
Hello,
We recommend you to add placeholders instead of images in the table. After adding as many rows as needed using the replaceTableVariable method you can use replaceVariableByWordFragment to replace the placeholders by their new contents: image, text or any other content.
Regards.