I’m facing a strange problem while using the IF condition. The length comparison for a string seems to be acting up. Specifically, the events_name I posted has a length of 6 (I’m absolutely sure of this because the value in the Response matches the data I just posted, so I can confidently say that the events_name in the request body is exactly 6 characters).
However, in the test scenario on the left side of the image, the IF condition seems to trigger the Else clause, which is very confusing. I don’t understand why this is happening. Could this possibly be a bug?