Sending multiple images over a dynamic DOCX template smart service

Hi All,

I have a requirement where i need to pass two different images over different location in docx dynamic template.

«[#list logo as logo]» image«[/#list]»   location 1 .

«[#list lang as lang]» image«[/#list]»  location 2.

As there are two images to be added , i am passing ={logo:pv!photo,lang:pv!photo} to the Image input parameter of the smart service. But only the logo paired image is getting displayed and the other one doesn't show up.

So can anyone help me in the syntax or the annotations needed to get these images rendered?

  Discussion posts and replies are publicly visible

Parents
  • Hi Larsen,

    Probably you already found the solution by now, however as the question still marked as Not Answered I hope is not too late for try helping you out.

    The way how you have configured the pv! And the MergeField are correct, I believe that the only thing missing for you is to create Bookmarks in the hyperlink of the images, please check the screenshot of my example.

    Example of my input parameter: ={logo:pv!logoDocument,chart:pv!chartDocument}

    In your case you would need to create 2 bookmarks, one “Logo” and one “Lang”

    Regards,

    Acacio B.

Reply
  • Hi Larsen,

    Probably you already found the solution by now, however as the question still marked as Not Answered I hope is not too late for try helping you out.

    The way how you have configured the pv! And the MergeField are correct, I believe that the only thing missing for you is to create Bookmarks in the hyperlink of the images, please check the screenshot of my example.

    Example of my input parameter: ={logo:pv!logoDocument,chart:pv!chartDocument}

    In your case you would need to create 2 bookmarks, one “Logo” and one “Lang”

    Regards,

    Acacio B.

Children