PTF: Conditional 'type' could not compare string variable
Dears,
I am trying to use a string variable to compare against value for type ( Conditional ) in PTF and always receive below error in logs. However if i use integer variable in recognition the condition type is executed perfectly. Is If_then comparison works only for integer value comparison ?
Error:
PTF function error: Unrecognized parameter type. Please check that all string values are with quotes.
Eg:
type: Variable
action:Set_value
Recognition:&lang
Value:ENG
1)
Type: Conditional
Action:If_Then
Recognition: &lang='ENG'
2)
Type: Conditional
Action:If_Then
Recognition: &lang=ENG