Length of an Array

Hi! I hope this question wasn’t asked before. I couldn’t find anything using the search bar. Is there an easy way to determine the length of an array? I’d like to use the length in an artifact. Therefore, I can’t use the length() feature of the format query language.

Do you have an example of how you are wanting to use it?

I figured it out by myself :slight_smile: I was searching for the $length feature:

{{$length ([“step_name”].[variable])}}

2 Likes