I'm trying to populate conditional dynamic data in my docX. I have regular data populating fine, but I can't seem to find the correct syntax for conditional statements. Here's what I have so far that keeps evaluating to false:{if "<<${doc.center.subjectType}>>" = "Individual" "Is Individual" "Not Individual"}
Anyone know what's going wrong here? or where I can find documentation on this?
Thank you
Discussion posts and replies are publicly visible
I usually try to avoid putting the if/else logic inside the word document. I simply have a placeholder and manage the condition in the expression that generates the XML.