You can split arrays into smaller array by using the slice function to extract a subset of items.
You can use the built-in function slice
e.g.:
{{ slice(57.array; 0; 8) }}
{{ slice(57.array; 8; 16) }}
For more information, see the function documentation in the Help Center.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!