[dynTemp] Has X repeating elements
Overview
This condition is true when the number of repeating elements built by the current multiframe equals the entered value.
How it works
Because a multiframe only loads items that fit within its current area, the condition must temporarily expand it before counting. The condition:
- Records the current bounding box of the multiframe.
- Expands the multiframe to page size to ensure all items can be loaded.
- Builds the placeholder to resolve repeating elements.
- Counts the built elements.
- Restores the multiframe to its original size and position.
If the count equals the entered number exactly, the condition is true and dependent rules execute. If the count differs, the condition is false.
Parameters
| # | Name | Data type | Default | Description |
| Number of elements | String | The exact number of repeating elements to check for. Must be a whole number. |