I know how to make a Pack to create a Formula or to create a Sync Table.
What I need now for a related project is perhaps a “non-Sync Table.”
Basically I want to be able to take an existing Coda table and add to that an import of multiple rows/columns from an API.
I do know how to do this with a Button that does a “For Each” and retrieves each cell manually for each column within multiple rows. I have that working now but it has limitations because the API I am using prefers one large API call rather than one call for each cell of the table.
So essentially I want to create a pack which retrieves an array of data and then lets me add that data to an existing table. What is the big-picture data structure for me to do that with a Pack?