In and IDM template, I'm adding the value of two XPaths. This works fine 99% of the time, but there are some circumstances where one of these two values is blank / null. (The XPath exists, but the value is blank.)
This of course throws an error.
I need a way of only adding these values if they're numeric.
I've yet to been able to come up with a way to do it.
Any suggestions of a way to do this in an IDM template?