Hello,
I’m having trouble exporting specific elements from the app_metadata using the import/export extension. I can get the email and login count without a problem but when I want to retrieve the fields from inside the app_metadata I’m running into a problem. Our metadata looks like this:
{
"hashes": [
{
"type": "client",
"hash": "9c6732f13bfe1dd9e743a7f7c637a96f4437364a77eb9699fa447a59b2643dd5",
"premium": false
}
]
}
Using app_metadata.type doesnt work (presumably because of the “hashes”). How do I grab the elements inside the hash? I tried something like app_metadata.hashes.type but that still gave me blank columns.
Thanks in advance