From an HTTP get call I'm getting this json back:
[{"Value": "BRUUL","Id": 39318,"Brussels": false}]
I simply want to take the value for the Id property of the first item in the array.
I've been reading up on articles I found via several search engines, trying with compose and set variable but either it goes into a apply each block, which I don't want, or I keep on getting the entire above string sent back to my Power Virtual Agent.