How can I check if an array is empty using cerbos ...
# help
c
How can I check if an array is empty using cerbos conditions
a
Hi Carl - try
size(your_array) == 0
c
Thankyou! figured it out myself 🙂