We've recently started experiencing an issue where adding a field to an existing Survey123 form will result in an endless publishing loop, logs show the following:
<15>1 2026-07-08T22:55:32Z HQD-GS245H4 ArcGISSurvey123Connect 25348 - [AppStudio@11205 category="qml" function="next" filename="PublishSurvey.qml" line="675"] qml: Adding to defintion: https://gis.blank.com/server/rest/admin/services/Hosted/service_a4ffc9999a4b44b1a58f6d2030d6b204/FeatureServer/0/addToDefinition {
"fields": [
{
"name": "standby_company",
"alias": "Select Standby Company:",
"type": "esriFieldTypeString",
"length": 255,
"editable": true,
"visible": true,
"domain": {
"type": "codedValue",
"name": "cvd_standby_company",
"codedValues": [
{
"name": "Great Bowl",
"code": "Great Bowl"
},
{
"name": "Southwest Electric",
"code": "Southwest Electric"
}
]
}
}
]
}
<10>1 2026-07-08T22:55:36Z HQD-GS245H4 ArcGISSurvey123Connect 25348 - [AppStudio@11205 category="PortalRequest" function="onFailed" filename="PortalRequest.qml" line="149"] PortalRequest: PortalRequest failed url: https://gis.blank.com/server/rest/admin/services/Hosted/service_a4ffc9339a4b49b1a58f6d2000d6b204/FeatureServer/0/addToDefinition error: {
"code": 500,
"details": [],
"message": "The service is locked because it is modified by another thread."
}We're experiencing this with every existing survey that has submissions in it, brand new surveys seem to publish just fine, but if we update those after publishing, it also results in the same error.
Just wondering if anyone else is seeing this issue?