I was trying something else to see if it works but it did not. I have a merge field that tells me how many images were created for the file. I tried using the following:
HTML Code:
{IF{Adimage} = 2 "{If{INCLUDEPICTURE {IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”}}{INCLUDEPICTURE{IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”} }"}
also tried
HTML Code:
{IF{Adimage} = "2" "{If{INCLUDEPICTURE {IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”}}{INCLUDEPICTURE{IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”} }"}
Adimage is the merge field that tells me how many images I have for the file.
Any advice?