Hi Denis
Thanks for your reply.
We want to have a portal where our pricing managers can upload new prices and confirm them in bulk to our Database.
New bulk prices are collected in a Google Sheet and imported to JetAdmin. JetAdmin will handle as the confirmation page, where the prices need to be confirmed. From there we would want to be able to pull all confirmed records and send them trough REST to our database.
As we will work with data sets larger than 1000 entries we urgently are in need to select all records. I already checked that several selected records will trigger one API Call after another, which works fine for our system as we are not blocked by any limits. But having the records sent in a collection would even be better in the future.
We decided to go with a Google Sheet as first implementation as the pricing calculation is still “under construction” and want to adapt it as quickly as possible without blocking developer resources.