I have an issue with outputting sequential data from an array with different items (each item has a different set of fields). I attached an archive with the template, JSON, log, and code.
support.zip (12.1 KB)...List<Dictionary<string, object>> { new Dictionary<string, object> { { "Field1"...} }, new Dictionary<string, object> { { "FieldA", "ValueA" },...