Import firebase data in table

I am creating a project where the user registers the order and it is saved in the firebase, in the structure of the print below (I only hid the information from the customers).

however, when the staff is going to import the request to be handled from firebase, it comes in a JSON list.

is there any way to import into a table as shown below?

1 Like

Use the block get property “name” of object “name”

Example get property “CNPJ” of object “79” to assign it to the corresponding column in the table.

Hi there,

As Muneer mentioned, you can add this data to a Data Source to export it as a table.

You may even be interested in saving your data to an Airtable DB or a Google Sheet so that it is saved in table format in the first place. This would save you a step!

1 Like