My API call generates from 1 to ~20 sets of records.
Date, place, nr, file link and some other things.
As the user doesn’t have the access to the link, I need to first store the api call results in the database.
But, how to do it, so that the results are stored in similar fashion as I would be displaying them in a repeating group?
So they are:
date - place - nr - file 1
date 2 - place 2 - nr 2 - file 2
etc.