Back to All

How to read sublevel data from rest-API in transform?

If the data from the rest-API is stuctured like this:
{
"level1": {
"level2": "data"
}
}

how write in transform to get data from level2?