Repeating group data from API calls

I have a Jooble API call to exact data and then display the data in my repeating group. I can get data from Jooble, but my repeating group only received 20 records; what is the cause for this?

Hey @yanwang_au,

Is the response of the API call only returning 20 items? I’d also check to make sure your repeating group isn’t only limited to 20 rows

the API call returns many items and it works fine. but only 20 items show in my repeating group.

I would check the RG’s data source with the debugger to see how many records are actually being served to it. We can start thinking where’s the problem after that.

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