Call custom API and save the response

Hi,
i would like to save the response of custom api and use data stored in the Front End.

Is this all in a Web Server project?

Are you using Server Connect or a Flow to call the custom API?

I crated an API here

So you’re using Server Connect APIs.

If your desire is to save the data from the API into your database then, it will look something like this where you call the API and then push the data into the database.

You haven’t explained much about the data, so I don’t know if it’s one record or multiple records.

image

Then on the front end, you need to add a Server Connect action. This will allow you to use the data in the Server Connect in your front end elements.
image