I'm trying to use the COUNT function with a top level JSON path, like so:
I know that my variable contains valid JSON because I'm referencing values with %JSONValue% in other parts of the macro successfully.
Is there a way to COUNT just the top level array?
My JSON object looks something like
[
{object},
{object},
{object}
]
Normally I would use javascript to pull this off, but I'm running into the "Variable “KMVAR_InstanceBasecampTodosRaw” excluded from environment to ensure the environment is not too large
" error because it's so huge.
If there is another means to do this I'm open to doing that also.