Would it be possible to add a field to actions called “null” or empty something like that so you don’t have to do length(array) because sometimes it seems if the previous step comes out empty then you end up with an output of length() instead of 0, 1, 2 , etc.
something to replace that or this type of check i do regularly:
if [string] == “”
Just like how you added count to the LDAP query action for that plugin.
thoughts?