Retool Workflow: Insert data into Retool Database table using Workflow

Hello everyone!

I am new to Retool and trying to develop a workflow. I have performed below steps:

  1. Fetched data from API endpoint.
  2. Parsed the API response.
  3. Now trying to insert this response data into Retool database table. I have created a table as per API response in Retool database prior inserting the data.
  4. My workflow is running fine without any errors but it is not loading the data into the Retool database.

Find below my workflow:

Can anyone please help here and advise me where I might be going wrong?

Much Appreciated!

Thanks

You have a code block but you need to add a retool database block. Choose a resource block and then select retool database as the option. Then you can select the GUI tab and select insert or bulk insert.

This worked!!

Thankyou so much @Steven_W .