I am new to K2, I have textbox which got mapped to receive a value like below:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><results operation="invokeSync">
<resultStatus>OK</resultStatus>
<output>
<content>Error</content>
</output>
</results>
I just want to check if it contains "Error" value. I treid
if control contains specific value (If control contains Error(specific value))
if control contains a value
You can do it using the rules.
You can choose this rule based on where you place your text-box like you may place your text-box on form level or you may place the text-box on view level.
Thank You