Alerts - Infinity data source - No data or Error

I tried creating an alert with infinity data source, initially i normally configured like panels and it showed no data. So switched to backend parser got this error
Normally if we try its showing no data

[sse.readDataError] [A] got error: input data must be a wide series but got type long (input refid)

Also didn’t leave UQL as well still no data

my response if i hit api
{“request”:“new"mbean”:app":type=Restricted",“attribute”:“new”,“type”:“read”},“value”:false,“timestamp”:1898504360,“status”:200}

If api returns only one of the following jsons and it’s not an array
Actually, missed one number field, so if we keep a number field which is important for alerts then it’s okay.
You can also do the same through Rows/Root

${
“request”: request,
“value”: $string(value)
}


And set alert in threshold with status or define it in expression to customize.

Below is implemented though column selector

Thanks @dawiddebowski