DCI value use

Started by mem16421, October 05, 2020, 11:34:03 PM

Previous topic - Next topic

mem16421

Is it possible to use a DCI value as a parameter for another DCI?

I have an need where I need a DCI value to be passed to another DCI that runs an external parameter.  I know there are macros like $node_primary_ip but how would I pass another DCI's value as a parameter?

Filipp Sudanov

You can use %[script_name] macro that is calling NXSL script and returns the output of the script. The script should be in script library. The script should get the value of the DCI.