Forum Discussion
LodewykV
Oct 23, 2020Copper Contributor
Loop through array in KQL
Hi, I've been exploring parsing and noticed that when parsing xml you get dictionaries and arrays. You can't pass those in functions, but you can pass a var of type dynamic, but then to loop you ...
Ofer_Shezaf
Feb 22, 2021Microsoft
LodewykV : to look throuhg an array, use mv-apply. Sometimes not exactly looping, mv-expand is sometimes more useful.