Skip to main content
September 29, 2022
Question

How can I count the "Any Type(List of Dictionary)"?

  • September 29, 2022
  • 2 replies
  • 0 views

Hello,

I have data like the picture bellow.

The type of the data is Any Type(List of Dictionary),

It shows that List of Dictionary has 2 items,

but, when I use the count() function it returns "1".

How can I count the "Any Type(List of Dictionary)"

    2 replies

    gabriele.camilli
    September 29, 2022

    Hi,

    may you try using a!flatten before count? That should work

    September 29, 2022

    Thank you!!!! It worked!!!