JanJoh
JanJoh
Yeah, I found this when searching for info why Light Scheduler sends state at midnight regardless of if "only on state change" is set. I noticed this in a flow...
In. my case i did not do that. I created "per day". And a new "on" is sent at midnight. My current workaround is a "RBE" node on the output....
> Try changing the type of the text field to jsonata & putting `payload[0].day & ''` as the expression. > > Alternatively, add a function node before the image node&...
> The issue is 7 is a `number` in JS, `number.replace` is not a function but `string.replace` is! Groaaan... I know better. I work with this stuff. I'm an engineer...