Is there a way to make the number of cells in a repeating group to be dynamic? For example, the number of rows/cells=10. This can be linked to any inputs value. Thanks.
The setting on the dynamic group itself isn’t dynamic, but if the data in the group is the result of a search, you can probably get around it by using the items from # and items until # parameters. If you want to show the number of cells specified in an input, you can make the first parameter a static 1, and the second parameter the value of the input.
Thank you so much
