• How to capture the return value of a PowerShell command in a Designer custom process step?

    Hi Team,

    Can anyone share with me the example to capture the return value of a PowerShell script command being executed in a Designer custom process step?

    Currently, I am using PowerShellComponent - Execute Script process task to execute the PowerShell…

  • Function to split key values in a powershellscript.

    Hi All,

    Can someone has experience in below requirement.

    I need to split the key values in powershell script.

    Application: [
                    "{\"name\":\"abc\",\"AID\":\"A123\",\"Ainstance\":\"ab\"}"
                ]
                
    into below form.

    "Applicationname": "abc"
    "AID…