I am using this feel expression contains(policy.coverList.cover.subCoverList.subCover.code, “RBI-EX06(i)”) to get the result from the output subcover Code. below is the output
[“OBH-P001”,“RBI-EX06(i)”,“OBH-P003”,“OBH-P004”,“OBH-P005”,“OBH-P006”,“OBH-P007”,“OBH-P008”,“OBH-P009”,“OBH-P010”,“OBH-P011”,“OBH008”]
it should match this value and return true, but it doesn’t return anything.