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