Question
How to inflate a single repeating group field within FlexiLayout?
Answer
To inflate a single repeating group field within FlexiLayout, the Block should be assigned to the field via scripts. For example RepeatingGroup - description element should be inflated using the RG_Group - description block.
To do so, the script below should be applied to the description block settings:
OutputInstances = SearchElements.RepeatingGroup.AllInstances.description; InflateResultRegion (2mm, 2mm);
For more details, check the screenshot:
As a result, the blocks of the repeating group field were inflated.