Hi Roman.
If data
is your root, then the mapping for card name field would be "card.name98"
. You can get inspiration here: https://developers.keboola.com/extend/generic-extractor/configuration/config/mappings/#directly-mapping-array114
There's table mapping used, but idea of locating that array with addresses is the same as when locating single field. I'm attaching example of one of my configs and the response from the API. You can see the main items
array and then nested url of the webinar recording in the response and in the config the mapping "webinar-recording.url": "webinar_recording_url"
.

