I have come across a very different behavior of regex policy. I am trying to apply regex pattern on every json field of my schema using <JSONPayload>.
Now whenever any field is missing in my payload, regex policy stops working after that point.
Is there any solution for it?