https://cerbos.dev logo
#help
Title
# help
c

Carl Bäckström

05/04/2023, 5:41 PM
How can I check if an array is empty using cerbos conditions
a

Andrew Haines (Cerbos)

05/04/2023, 6:04 PM
Hi Carl - try
size(your_array) == 0
c

Carl Bäckström

05/04/2023, 6:10 PM
Thankyou! figured it out myself 🙂
6 Views