Nested array support?
Part of my request body to the API needs to have this inside it. However it won't allow me to use nested arrays in the response body, is there a workaround to this? Perhaps just making the arrays variables and passing them that way? or does Buildship simply not allow nested arrays in a request body? Whenever I try to save this it says "Function updateDoc() called with invalid data. Nested arrays are not supported"
Body:
{
"colorPalette": [
[
246,
242,
255
],
[
255,
166,
213
],
[
228,
57,
71
]
]
}
2 Replies
AI Support Bot Information
<@269836261630410762> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
Hi @luke thank you for reporting this bug will add a fix.