I received this error message in ION one view, however my condition is only ('if ($.code == 201) false; else true';) I tried also this one ('if ($.code == 201) false; else true') and get the same error , what is the right syntax for this?
@sadik-shaik @m-richard Dears, can you help in this?
You don't need any quotes at all in your Expression
I will try, but still I don`t know why it adds a condition I did not add it if (($.DoWhileLoop['iteration'] < 100) !!
It is stopping you from running into an infinite loop. You are limited to 100 iterations.
when I removed the quotes it seems it ignores the condition and run the loop 100 times , however the API return 201 code so it should end the loop from the first time it returns 201