cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who rated this post

L4 Transporter

You can get the args passed in like this:

 

$value = $demisto.Args().value

$demisto.Results($value)

 

If you create a new automation script, and switch the type to Powershell, there is some example code provided.

View solution in original post

Who rated this post