Hello,
Can someone please explain what is wrong with this function?
if(length(variables('Eventos')) > 0, 1, 0)
All I get is:
The expression is invalid.
The expression:
length(variables('Eventos'))
Works well, ie, counts the elements of an array.
Thank you