Page 1 of 1

Less than operator not working in binary decision

Posted: May 19th, 2022, 3:48 pm
by smackie
I am trying to use the less than (&lt;) or the less than or equal (&lt;=) to operator in a binary decision and it is resulting in an exception "'&lt;', hexadecimal value 0x3C, is an invalid attribute character.". I've tried using the CDATA button and the canvas will not accept the < symbol.

Re: Less than operator not working in binary decision

Posted: May 19th, 2022, 3:54 pm
by JustinVanRegenmorter
Task #10465 has been created. We will update this post when it has been completed.

Re: Less than operator not working in binary decision

Posted: May 23rd, 2022, 10:01 am
by SteveCap
The & is causing the issue. To get this to work set the operator to:

Code: Select all

<![CDATA[&]]>lt;