How to loop through object of API response array in outbound REST API?
Hello!I am receiving an Object with arrays from API response. Data array displays column ids instead of column names.I need help with how to pass all the received data into table. Example of received data:{ "page": 1, "total_pages": 3, "count": 30, "...
