How to get rest API data in table?

I want to add data from my API response to a table How can I do it?

Hey @code.with.lazylad ,

Welcome to the community! The best way to add data is by using the GraphQL API and creating a mutation. More information on that can be found here: Mutating individual records | 8base Docs

If you’re using a custom function you can execute a mutation using the api.gqlRequest function. More information can be found here: Custom Functions | 8base Docs

You can also find more information about creating mutations in 8base Academy.