Hi All;
Quick question… How is the syntax for levels in the CodeBlock node?

Thanks in advance.
Hi All;
Quick question… How is the syntax for levels in the CodeBlock node?

Thanks in advance.
Hi, the level syntax is as follows:
List.Count(lst@L1) or List.Count(lst@@L1) if you want to keep list structure.
It was List.Count(lst@-1) before: https://github.com/DynamoDS/Dynamo/pull/7452
Thanks a lot!
Have you tried right click and node to code to see what the level activated node is converted to?
Thanks.