I have a subflow, which has a ha-wait-until node in it. When I put variable notation (maybe this is the correct term?), I get only one output for the node. When I put numbers in, I get two output nodes as expected.
With pictures, the problematic situation, only one output:
Just noticed from the node documentation, that only the Entity ID accepts Mustache Templates. So that's the explanation why it doesn't work with other fields. So do I have to pass the parameters within the msg object then?