andy.i
3
I’m not entirely sure if this helps with what you are trying to accomplish.
You can store the response from an api call in your database. You can then re-use that data as many times as you want, without calling the api again.
Once you have the api call setup in the api connector bubble plugin. When you create a new field in your database, scroll to the bottom of the “field type” dropdown, and your api responses should be there.
I’m not sure if this works for all response types / api methods. But this works for all my api calls i have set up, which are GET and are used as an action.