Build a table from an API request
Hi! Do you think it is possible to achieve this functionality in the Creator?
- On opening the app, it loads data from Books (recently Shipped Packages). Basically, just one API call.
- Using the data, it displays a table with the packages and buttons.
- Tapping one of the packages will open a form with a signature field and OK.
- Signing will add the record of the signature to the Creator (and a reference to the package).
- 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!