Forum Discussion
RyanStanford1
5 years agoQrew Captain
The expression language is Jinja, Jinja2 to be more specific...
if you're able to drill down in the pipeline steps to reference the JSONArray, then you should be able to do:
{{ a.JSONArray | length }}
This isassuming the call is in the a step of the pipeline.
------------------------------
Ryan Stanford
------------------------------
if you're able to drill down in the pipeline steps to reference the JSONArray, then you should be able to do:
{{ a.JSONArray | length }}
This isassuming the call is in the a step of the pipeline.
------------------------------
Ryan Stanford
------------------------------