How do I add an Object or List of Objects as the Default value to an array?

How do I add an Object or List of Objects as the Default value to an array? Trying to do this to work with a workflow… I tried to copy and paste, but it doesn’t work.

Any help is appreciated.

You need to add double quotation marks for the key. For example, [{“key1”:“value1”},{“key2”:“value2”}]

Your initial value need to be json valid => all key and string surrounded by "