Retry API call within repeating group

Hi, I have set up repeating groups where data source is external API that returns objects in a list. For some cells I combine data from more API calls. There is 15 cells and for each I need to make at least two API calls. One API endpoint is called 15 times with id of the object as an input parameter. This calls sometimes ends up in 403 and cell is then empty. API call seems to be set up fine because for most cells it is successful. My assumption is that I’m hitting a rate limit within ms. Is there a way how to retry the call if the cell is empty?