How to add array data via web UI under deployd dashboard? It always shows dialog "not valid array". deployd v0.8.5
Asked
Active
Viewed 125 times
1 Answers
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