Closed czottmann closed 1 year ago
For some TABLE queries, DV will return a three-dimensional array instead of a two-dimensional one.
TABLE
Expected:
[ ["column 1a", "column 1b"], ["column 2a", "column 2b"] ]
Actual (sometimes):
[ [ ["column 1a", "column 1b"], ["column 2a", "column 2b"] ] ]
Not sure what's the cause but I'll need to account for this.
ZCO-143
For some
TABLE
queries, DV will return a three-dimensional array instead of a two-dimensional one.Expected:
Actual (sometimes):
Not sure what's the cause but I'll need to account for this.
ZCO-143