Quote syntax errors on strings

Hello,

I am trying to make this payload work but i keep making mistakes because of the quotes.

{ "ReleaseKey": "0764f4a-2ce0-41b9-r738-4575566f3756",
"Strategy": "Specific",
"RobotIds": [ 12345 ],
"NoOfRobots": 0,
"Source": "Manual",
"InputArguments": "{\"greeting\":\"Aloha\"}"
}
}"

How should i make this work, Any ideas? Thanks in advance!

Here we need to make few changes
Like
InputArguments”: “{\“””greeting\”””:\”””Aloha\”””}”
That is surrounding double quotes with two double quotes when placed between double quotes

Cheers @dcrt

Kindly type in your expression and don’t copy the expression from because sometimes the double quotes symbol will get changed when copy pasting
That’s why
Hope this would help you
Kindly try this and let know for any queries or clarification
Cheers @dcrt

It is not working unfortunately, but i made a mistake didn’ copy the begining of the payload.
It was supposed to be like this

{ “startInfo”:
{ “ReleaseKey”: “0764f4a-2ce0-41b9-r738-4575566f3756”,
“Strategy”: “Specific”,
“RobotIds”: [ 12345 ],
“NoOfRobots”: 0,
“Source”: “Manual”,
“InputArguments”: “{\“greeting\”:\“Aloha\”}”
}
}