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