0

How to add array data via web UI under deployd dashboard? It always shows dialog "not valid array". deployd v0.8.5

parzival
  • 1,536
  • 2
  • 19
  • 27

1 Answers1

1

Initially I too faced same issue.Then figured out that adding square brackets fixed it. Example:

[
    "1",
    "2",
    3,
    true,
    {
        "Tes":"Test"
    }
]
Raghu
  • 909
  • 7
  • 23
  • Only need to add, that there exist numeric rows, under web UI, which don't mean anything and confuse people. 10x. – parzival Jan 21 '16 at 21:39