Save multiple rows from API response

Hello,

Is there a way to like SAVE ALL rows which are coming in JSON format from API. I have seen videos where there is a way to save one row for e.g. My Fav book. but I want to see if multiple can be saved at one click of a button.

What do you mean by “saving” rows? Do you mean adding a new row in another table using the info from the API call’s result?

Yes. Adding multiple rows in another table (with one save button) based on the API call result which is in JSON format.

You can do it by using the Call API action to make an API call to the App itself.
You would first need to bundle your rows up into a JSON collection with appropriate column values.

2 Likes

sure, thanks. Let me research on this and try.