Comparison of a property having CSV values with pagelist
Hello,
I have a property say for eg: zone having CSV values (Z1,Z2,Z3,Z4) in UI screen.
I have a table CountryZone Mapping and I am using node level Data Page to fetch the values from table D_CountryZone. This Data Page will fetch the zones based on the country value passed in parameter.
After getting the zones in DataPage, I need to compare Zone field with DataPage. If any match is found then I should proceed further in my flow else stop.
Can anyone please help me how to do the comparison of property containing CSV with DataPage. (zone with D_CountryZone)
NOTE: I will not be able to use Activity/Data Transform for above requirement as I need to do the comparison in OfferEligibility condition in Pega Decisioning.
It will be great if someone can achieve above requirement using When rule.
Thanks in advance!