Exceeded maximum iterations in template rendering
NOTIFY
ERROR
Your template contains an iterative operation that has reached the maximum allowed limit of 1000 iterations in its definition.
Some syntax-specific iteration operators in the template, such as for-loops, cycles, table-rows, and others, may have reached the maximum limit.
- Consider reducing the number of iterations required in your template.
- Review the template structure to optimize the use of iteration operations.
- Break down complex iterations into smaller, more manageable chunks if possible.