Join Slack
Powered by
How can I check if an array is empty using cerbos ...
# 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 🙂
👍🏼 1
7
Views
Open in Slack
Previous
Next