I just discovered if I have a project variable of boolean type, and I read in an XML value that has a variable in the value that evaluates to True for instance, the read xml action will fail:
Error Setting variable "FXCopyToWebRoot : Variable FXCopyToWebRoot Is of Type Boolean
Failed to set the value : Could not convert variant of type (UnicodeString) into type (Boolean)
Is this the desired behavior? For me it means I probably will have to stick to Variant for everything because I do this kind of action a lot.
Thanks,
-Nelson