Call rest api for each row of table and show the result as a column in table

Hi,

We have a table which has multiple rows. We are doing server side pagination. For each row in the table we want to query a value from the REST api and show the result in the table as a new column. Rest api need the iD from the table row. How can we do it

Hi @sridhar! I wrote an example for this a while back :grin:, after returning an array of query results you can create a custom column in the table and index into the JS query's return to display them in a column.

http://community.retool.com/t/how-to-run-a-rest-api-query-for-each-item-in-an-array-and-return-all-results-together/2352