How to use "If" statement in Transform activity (BPEL)?
790397Sep 20 2010 — edited Feb 27 2020I have a payload of multiple records. My requirement is to check the value of a source column and transform it differently to target column
e.g
If source.C1 > 130
then Target.C1 = "Credit"
else if Source.C1 < 130
then Target.C1 = "Debit"
else
Target.C1 = "N/A"
Would appreciate DETAIL steps, if possible
Thanks