Matthew
Matthew2w ago

Matthew - Quick quesiton. I have an API that is...

Quick quesiton. I have an API that is return a news feed one large json file, I am currently pushign it to superbase. but when i do in superbase it just puts the json file into one row. Since the api returns a list of hte news feed like title, name, source, image...I want it to be put into supabase with each object into each row....So if the json returns 69 objects, i want 69 rows, with the parse information like (title, etc) to be populated. How woudl i do that
3 Replies
Matthew
Matthew2w ago
This is what i have
No description
Matthew
Matthew2w ago
and this is what it returning
No description
Gaurav Chadha
Gaurav Chadha2w ago
Hi @Matthew, as shared by Luis earlier, you'll require to use a loop for this usecase, you an refer to this workflow remix https://discord.com/channels/853498675484819476/1283139772436451352/1283641221310578699