Building a Data Action to fetch user metadata from an external REST endpoint. The response contains a nested array that won’t map to the Architect variable.
{
"id": 123,
"tags": ["vip", "priority"]
}
Trying to map tags[0] results in a null value. The HTTP 200 comes through fine, but the schema validation seems to choke on the array type. How do I handle this mapping?