I have table1, which is populated by api 1. There is a primary key field Id. Lets assume 3 fields are returned: id, name, date.
I need to run another query, api2, with the id field from table1 as the key and get a final fourth field, callid. I need to run this api2 for every row returned in table1.
I either want to show all columns, including callid, in table1, ......option 2) have table2 show a one to one row results based on the number of rows in table1. So, I would like to run an api2 for each row in table1 and add these records to table2.
I know i am not explaining this the greatest. showing some screen shots.