Hi Guys,
Help would really be apreaciated here..
I have an array looking a bit like this (only a lot more records):
[
{
"name": "testvar",
"type": "Array",
"value": [
{
"Section": "2",
"SubSection": "1",
"Value1": "lots of text here",
"Value2": "lots of text here"
},
{
"Section": "2",
"SubSection": "11",
"Value1": "lots of text here",
"Value2": "lots of text here"
}
]
}
]
I need to drag out single values of this array, and populate it to a word document (around 300 values in total).
I have been looking for at simple lookup function to reach the specific values in the array. But with no luck..
Any ideas to how it can be done?
Thanks in advance