Wappler Version : 1.9.6
Operating System : Windows 10
Expected behavior
Setting where condition on $value of data should filter the data.
Actual behavior
The where condition is failing with no data shown.
How to reproduce
Have set bind value of a repeat region as below. serverconnectAddressAC.data.api1.data.where(``$value``, "'BANKS'", "contains")
If I set it without the condition, all values are shown correctly.
Also, I have used similar condition for another binding. But there the value is coming from a named parameter, so its working great.
NOTE: $value is in single quotes `. Added two here to format.
Thats what I thought.
But turns out Wappler is putting $value in ` (the quote sign below esc). I just selected it from action picker. And it breaks if I remove it manually.