Section Header within a Repeating Group? Or have a group and then multiple repeating groups in it

Is it possible to have one group that is the API data source for many repeating groups?

I have a page that is likely to have 20 API calls for repeating groups but could be boiled down into one API call where I choose a subset either or many rows or one row but perhaps a different column.

The problem is that each of these sections will need a header. Is there another way to do this?

Create a repeating group and load all the data from the api call to it and use its name to reference to its data source.

It is not working. The API will give multiple records. and then I will either need a single record or subset of records from inside that. Does it make sense? I was hoping to have one group that I could load the data and then have the repeating groups in it

This topic was automatically closed after 70 days. New replies are no longer allowed.