I’m using the curl API to pull json data from a table linking to records in a secondary table.
I have a working function that pulls down and parses both tables. It then uses the record ID listed in the main table and plugs in the corresponding data i...