Function: query_repeating - j5 - 28.0 - Reference - Hexagon

j5 Framework IndustraForm API Reference

Language
English
Product
j5
Search by Category
Reference
j5 Version
2019

query_repeating(attribute_names, default_element_attribute=None, **kwargs)

This returns a list of ValueCollection instances, onc for each repeat of the target repeating section.

The target section is determined based on the elements referenced in the attribute_names list.

Parameters

  • attribute_names – List of element attribute IDs (str). Please refer to the IndustraForm REST API documentation for a full description of the supported attribute names.

Returns

  • List of ValueCollection instances

Raises

  • InvalidAttributeException - If the attribute isn’t supported.