18-08-21 05:53 PM
23-08-21 03:57 PM
[JSON]&
"["&
""""&[Input.Field1]&""","&
""""&[Input.Field2]&""","&
""""&[Input.Field3]&""""&
"],"
and the expression for Trim and Enclose looks like this:
"["&Left([JSON], Len([JSON])-1)&"]"
The advantage of building your own code block is that it will be faster and generic (work with any collection) but the above is a quick fix that should get you up and running.
24-08-21 10:11 AM
25-08-21 12:29 PM
03-09-21 05:12 PM