Tying to check whether a condition is satisfied if not then move to other steps & try again from starting

Tying to check whether a condition is satisfied if not then move to other steps & try again from starting.
Hi All,
I am trying to check post my API has run , if the condition matches it should proceed otherwise start from specific step again.
But i get error everytime i rn it. Screnshot attached.

@aditya.singhania
Can you please share the response json of the api call you are making? Are you sure “matched” is the value and the key exists under the right path?
If possible share a working curl with koresupport@kore.com e-mail id and mention this post as reference. I will take a look and suggest further.

Please find the json API response

{
“response”: {
“statusCode”: 200,
“body”: {
“id”: “1579”,
“createdBy”: “1370”,
“createdOn”: “2022-07-22T05:36:38.986051Z”,
“updatedBy”: “1370”,
“updatedOn”: “2022-07-22T05:36:48.583024Z”,
“version”: “4”,
“json”: {
“empID”: “1885”,
“queryType”: 2,
“queryReq”: “Kolkata”
},
“result”: “matched”,
“deviceId”: “525”,
“status”: “COMPLETED”,
“startTime”: “2022-07-22T05:36:48.095373Z”,
“endTime”: “2022-07-22T05:36:48.582745Z”,
“col1”: “1885”,
“col2”: “2.0”,
“col3”: “Kolkata”,
“col4”: “”,
“col5”: “”,
“deviceUserId”: “1370”,
“queueId”: “47”,
“comment”: “”,
“automationId”: “51”,
“totalPausedTime”: “0”,
“error”: “”,
“col6”: “”,
“col7”: “”,
“col8”: “”,
“col9”: “”,
“col10”: “”,
“jobExecutionId”: “8f80bec8-3335-49b8-90b9-c03f390bf2cc_3b306e3cd54ed12a”
},
“headers”: {
“date”: “Fri, 22 Jul 2022 05:36:51 GMT”,
“content-type”: “application/json”,
“transfer-encoding”: “chunked”,
“connection”: “close”,
“cache-control”: “no-cache, no-store, max-age=0, must-revalidate”,
“content-encoding”: “gzip”,
“content-security-policy”: “default-src ‘self’ http://127.0.0.1:22113/ https://www.automationanywhere.com/ https://cdn.pendo.io/ https://app.pendo.io/ https://data.pendo.io/ https://pendo-static-5673999629942784.storage.googleapis.com/ https://pendo-io-static.storage.googleapis.com/ https://cdnjs.cloudflare.com/ https://fonts.googleapis.com/ https://fonts.gstatic.com/”,
“expires”: “0”,
“pragma”: “no-cache”,
“strict-transport-security”: “max-age=31536000; includeSubDomains; preload”,
“vary”: “Accept-Encoding, User-Agent”,
“x-content-type-options”: “nosniff”,
“x-frame-options”: “SAMEORIGIN”,
“x-xss-protection”: “1; mode=block”
}
}
}

Can you please guide me here so that if condition works fine, if matched move to below steps or if not matched then again start from a specific step