JSON Data Setup
Last updated
Last updated
If you want to import a large amount of JSON data, but only want to show a few columns, you can configure the column settings to hide all undefined columns.
Let's say your data looks like this:
But you only want to show data for "make" and "model"... You can set your column JSON like so:
If the JSON data isn't enough, and you need to access the data in a more bubble-friendly format, you can use the Get column data
action in combination with the data exported from action
field.
Let's say you want to display a list of values that have been entered in your table. You can set up an action to Get column data
using the ID of the specified column. Then, for example, you can set the state of a group to data exported from action
immediately after.