Hi All,
ArcGIS enterprise version: 10.9.1 & ArcGIS Pro V 3.0
We are using ArcGIS Workflow Manager Server (service-driven).
When we try the following REST Query URL in browser
Input URL-1:
https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/MapServer/0/query?where=POP+%3D+521934&returnCountOnly=true&f=pjson
Output result:
{
"count": 1
}
We have created simple workflow diagram using "Send Web Request" step and configured the above mentioned Input URL-1, getting the output result ("count": 1) as expected.

---------------------------------------------------------------------------------------------------------------------------------------------------
When we try the following REST Query URL in browser
Input URL-2:
https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/MapServer/0/query?where=POP+%3D+1&returnCountOnly=true&f=pjson
Output result:
{
"count": 0
}
We have created simple workflow diagram using "Send Web Request" step and configured the above mentioned Input URL-2, getting the following error and unable to proceed with the next steps.

We have chosen "Expressions" under Path Logic options.

Expected behavior: we should get the output result ("count": 0)
Appreciate any help on this. Thanks.
Regards,
Sirish