• Parameters to script and back

    Hello

    I can't find any information about how to send parameter values from a workflow to a powershell script and back (after modifying them).

    What I already tried to pass parametervalues to a script:

    $testvar = $Workflow.Parameter("test")…