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!
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHi,
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.