Update DB Table with API Results

Hi @Kabirdas
Thanks for your reply. I've moved forward a fair bit since this post. In places I'm using a transformer something like:

var arr = {{ ax_getWorkLogsbyProject.data }}

const res = arr.flatMap(({ results }) => results);

return (res)

... to 'flatten' the response data, then in some processes saving to either temporary or permanent storage in the Retool DB.

your other reply here was also super helpful for what I'm doing.

Thanks!
Nick

2 Likes