How to assign random robot available?

payload

payload = {
    "startInfo": {
        "ReleaseKey": release_key,
        "Strategy": "Specific",
        "RobotIds": [399052568],
        "NoOfRobots": 0,
        "Source": "Manual",
        "InputArguments": json.dumps({
            "meetingDetails": meeting_details
        })  # Input arguments for the process
    }
}

this is my payload. I am triggering bot from Python code. I want to assign random robot to run the process. How to do it?
I am getting this error “Failed to trigger bot. {“message”:“Some of the robots provided don’t exist.”,“errorCode”:1002,“traceId”:“00-68dd12d709f0c9e8f0cf810ae599c983-96461fc074a11627-00”}”

even though RobotID is assigned.

Hey @Parth_Belsare
Did you check this topic?

Still didn’t find the solution.

@Parth_Belsare

strategy to be all and then it would choose from available

robot id would be empty

cheers