![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | YAGU |
I have an ItemList and want to get the amount of Items inside this ItemList.
I tried “$ItemList.items.size()” but this returns wrong values (eg. “3” while i only have 1 item).
What can I do?