Create and download JSON

Is it possible to create and download a JSON that contains some field’s value of a data entry’s list?

1 Like

Short answer is yes. The “how” depends on where you’re trying to do this and for what purpose.

If you’re using a backend API workflow to extract from your Bubble app externally, you can make that API workflow “public” and you’ll have access to the “return data from API” block, which has an option to construct JSON using data object values.

If you’re not accessing via API, then you can just do some (tedious) string editing to construct a JSON object in a text field, and then access that field however you need from the front-end

Or using other content type : application/json and return data a structured json :wink:

@quidsicurezza there is this awesome plugin called JSON Assistant.

The creator is one of our developers @NoCodeDataArtisan and would be happy to help you out if you want.

I have personally used this on a few projects with data list as big as 10,500 lines of entry.

1 Like

Hello @quidsicurezza,

I trust you’re well.

As @pattokane pointed out, the plugin is quite potent, allowing you to create or alter any JSONs using the JSONata element. It might seem challenging initially, but rest assured, feel free to ask any questions, and we will assist you in meeting your needs.

Gratitude to @pattokane for recommending the JSON Assistant plugin.

This topic was automatically closed after 70 days. New replies are no longer allowed.