Knack search module : Get rich data (fields definition) when exporting data

Hello

I use knack, I would like to create a backup scenario to get all data from a table and store it somewhere (drive or similar).

My issue is the following :

All fields in knack are clearly defined :
image

But unfortunately all this data (field names) is lost in the output bundle :
image

Is there a way to export/store this data (field definition) along with the associated content ?

Thanks

Hi @Fanch ,

Checking their API docs here, it seems that the output is the field ID of those fields, which is the response from their server.

In this case, try to use a Set multiple variables module and rename the fields:


Alternatively, use a Create a JSON module with the desired data structure and naming of the fields then map the values.

2 Likes