Table with Multiple API calls

Resolved

Trying to sort out how to properly setup my data table. I have a primary API call for the data but after that data is populated,

I want to get a specific result and run the next API to complete the data.

Example: Callsign ABC123 is populated in the Callsign row 1
On row 2 I want to pass the data from Row 1 to send the Callsign to the other API call to fill get the name back. (I have the API working. I just don't understand how to send results from a call to another call.

AS soon as I posted I walked through it again and figured it out! I setup the logic in the initial backend query.

2
4 replies