Quotes Escape Character

Hi @bradsterling

Just add a double quotes in front and back of “+in_ReleaseKey+”
like
" “+in_ReleaseKey+” "

and add a backward slash before other double quotes like

“{\“startInfo": {\“ReleaseKey\“: " “+in_ReleaseKey+” “,\“RobotIds\”: [85599],\“NoOfRobots\”: 0,\“Strategy\“: \“Specific\”}}”

Cheers buddy

3 Likes