Where are you seeing this error?
I don’t use Nordpool, so I may be missing something, but based on the template used in the first input_number.set_value action:
- You are setting the value of a number entity to a list… which doesn’t make any sense
- The
for_eachis being set to an object. In itself, this is fine, but…
a. Thefor_eachconfiguration key can only handle simple objects, so if your object contains complex objects like datetime objects, it will fail. - The If condition is checking if a number is above an object… which doesn’t make any sense.
- The Then action is setting a number to an object… which doesn’t make any sense
Please describe what the actual goal is.
You may be interested in: