Hello,
I have a Hashmap<String, Double> hm as Input and want to execute the rule
for each key respectively value.
when
hm: HashMap()
value: Number() from hm.values()
key: String() from hm.keySet()
then ...
But unfortunately it doesn't work like this. Any ideas?
Regards
Thomas