Hi, I was puzzling around with several JSON related nodes in VL, managed to generate a JSON. But I could not fully retrieve values from it again, especially i dont know how to deal with this output type:
Spread<Xelement> [4]System.Xml.Linq.XElement etc...
Just need a little push in the right direction
Here is a little screenshot. Thanks :)
since you have a Spread you can simply use a ForEach loop. inside of it you have access to each slice/child to split further.
Thank you thats sounds reasonable :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.