Hello,
I have a document with this expresion:
{ IF { = OR ( { COMPARE { MERGEFIELD FIELD1 } = "AAA" } ; { COMPARE { MERGEFIELD FIELD2 } = "S" } ) } = 1 "aaaaaaa" "bbb" }
And when I execute MailMerge.Execute, Aspose.Words throws the exception: Specified cast is not valid.
What's going wrong?
Thank you.