Hello Syncope support -i would like to know how i can add JEXL to the
mapping (provision rules)  for manipulating the input data using if then
else rules?
I have multiple if then and elseIf conditions like
If ( not empty( value) and  value = "xxx") {
/** set something1
} else if (value = "yyy") {   /** set something2
} else if  (value = "zzz") {    /** set something3
} else {  /** set somethingDef }

Is there any restriction or some other way to do? *I am able to use just
one ternary expression*
[image: image.png]

Reply via email to