Hi Team, I have a requirement where i m receiving a body param as scheme: scheme can be hp_cd or hp_fnp or hp_cd;hp_fnp;hp_jfy or may be combination of 2-3 strings. Now based on the string received i need to segregrate my conditional flows while matching the body param with the complete set hp_cd;hp_fnp;hp_jfy (which i will put in KVM). eg. scheme=hp_cd or scheme=hp_fnp or scheme=hp_fnp;hp_jfy or scheme=hp_cd;hp_fnp;hp_jfy Kvm value = hp_cd;hp_fnp;hp_jfy How can i match this in condtional flow statement and execute that flow accordingly.