0

I want to pass $output, which is an array of json objects into $json which is an array of json objects in mod3, which is a powershell workflow. I am using this code, but it always results in an error:

workflow mod4 {
$output = mod1
mod3 -$json $output}

Also $json is used in the inline script in mod3. How do I go about doing this?

2
  • mod3 -json $output ? Including the error would be helpful. Commented Jun 13, 2017 at 5:18
  • It would also be good to see the code of mod1 and mod3. My assumption above is that you've declared $json in a param block of mod3. Commented Jun 13, 2017 at 5:30

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.