I have two repeating groups that display data using the same API call but with different parameters (only one parameter).
In order to reduce the number of API calls I would like to make a single call with no parameters, which would return all of the results unfiltered, then assign them to their respective repeating groups based on the API parameter.
This would halve the number of API calls required.