We received the following question from one of our clients and thought the answer might be useful for other members of the forum too:
I created a paragraph with a true/false condition. Depending on whether the condition is set to true or false, a different piece of text will be shown. My ClauseBase code is along the lines of this:
{#contract^fixed-duration = "true" : XXX | = "false": YYY}
However, the condition is not working. The condition always shows the text for when the condition is true. How do I fix this?