I’ve been trying to save an API call to Bubble’s database but unfortunately without success.
A bit more details:
I am trying to save data of an API call. I have successfully connected a news rss feed via API connector, using rss2json.com, I am getting all the data I need, but here’s the issue.
Data is being saved in one cell, instead of several ones.
My final goal is to get one repeating group of a data called News. (several rss sources).
So far I’ve been following the following steps:
Create 2 API Endpoints in the API Workflows: ‘create’ and ‘data’.
API Workflows > Data > Create a new thing… > ‘News’ - a data type with 2 fields: ‘Title’ (list) and ‘description’ (not list)
I’ve tried both list and item to check what might be the issue.
Creating another endpoint: ‘data’ as described below.
Can you explain what you are doing before triggering the API workflow?
Can we see the setting of API call and how you send data to your API Workflow endpoint?
What I am trying to do is to display several News RSS Feeds (via API), I have successfully set one source into one repeating group, but having issues displaying several sources.
So what I thought is saving the API call into the database, and displaying this data to the repeating group.