Start the robot by passing Json as a parameter

Can I pass Json as a parameter to a process?

If post as in the example below, Orchestrator interprets “{"in_Param":"Hai"}” as Key and Value.

{
    "startInfo": {
        "ReleaseKey": "Release Key",
        "Strategy": "ModernJobsCount",
        "JobsCount": 1,
        "InputArguments": "{\"in_Param\":\"Hai\"}"
    }
}

Attempts to do something similar are not successful.

"{\"in_Param\":\"{\"arg1\":\"val1\",\"arg2\":\"val2\"}\"}"

@P2L
Welcome to the forum

have a look here:
grafik

instead of \" use ' or "" for quoting the "

I solved the issue in the following way:

In python code
image

In the project
image

Thanks in advance

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.