I’m trying to pass in an inline array into a tag, for example
#count(["one", "two"])
I get the error:
{"error":true,"reason":"Expected ')' got '[' (\/Users\/mike\/Developer\/vaportest.genealabs.com\/Resources\/Views\/forms.leaf line: 2 column: 7 range: 15..<15)"}
column 7
corresponds to the opening bracket.
I would like to understand why this erring out, and if there is a workaround? Thanks for you help!