Hi,
I have been trying for many hours how to do a dictionary.ForEach and consol.log the values
I followed the examples that they show on the Manual
I tried many things for example:
const Map = dictionary.getDataMap();
Map.forEach(callback[,]);
console.log(Map.foreach());
Etc....
Thank you