Build a table from an API request

Build a table from an API request

Hi! Do you think it is possible to achieve this functionality in the Creator?
  1. On opening the app, it loads data from Books (recently Shipped Packages). Basically, just one API call.
  2. Using the data, it displays a table with the packages and buttons.
  3. Tapping one of the packages will open a form with a signature field and OK.
  4. Signing will add the record of the signature to the Creator (and a reference to the package).
  5. It will also change status of the package to Delivered.
We basically know how to do 3, 4 and 5, and also 1, but how to achieve the 2? How to dynamically build the table? Thank you for any hint!