Hello everyone.
I am trying to check the condition for "NaN" values in JSON array. After that I want to skip that record if contains "NaN" value.
Exp.
But none of them seem to work.
Any advice appreciated. Thank you.
Best regards,
Nick
Hi @NickFot ,
Please add at the left side of the condition the below expression after filling it with your inputs
contains(<Your Json>,'NaN')
and at the right side of the condition please true and the operator is " Not Equal"
If this post helps you with your problem, please mark your as Accepted Solution.
If you like my response, please give it a Thumbs Up.
Hi @NickFot ,
From my end, I've tested the condition with "NaN" (without quotes) and it worked fine. Another option that also worked is to set the expression string('NaN').
I know that it is kind of a repetitive method, as "NaN" should be already a string, but let's see if it works for you 🙂
Let me know if it works for you or if you need any additional help!
-------------------------------------------------------------------------
If this is the answer for your question, please mark the post as Solved.
If this answer helps you in any way, please give it a like.