Hello,
Is it possible to use other item's values in a script item? Let's say that I would like to have an script item which uses bunch of other item's values, like (system.name, system.uptime, system.version) and create a script which uses them internally and give a result. My first attempt was to pass them as parameters:
parameter name: systemName
parameter value: last(//system.name)
and use parameters in script. But this does not work.
Any solutions?
Is it possible to use other item's values in a script item? Let's say that I would like to have an script item which uses bunch of other item's values, like (system.name, system.uptime, system.version) and create a script which uses them internally and give a result. My first attempt was to pass them as parameters:
parameter name: systemName
parameter value: last(//system.name)
and use parameters in script. But this does not work.
Any solutions?
Comment