Super weird one here. I have two forms that are the same in different projects. One works great but the other hangs when opened from a launch link. It works just fine if opening in the app directly.
I traced the issue down to the launch URL.
If I use a simple link with no fields like this the form opens fine.
arcgis-survey123://?itemID=95e0007beac5487ab64397538a4964f3
If I add any field at all to the URL like this then the form hangs. Does not matter which field.
arcgis-survey123://?itemID=95e0007beac5487ab64397538a4964f3&field:PointID={PointID}
Again an exact replica of this form and map work just fine. Form and map have been working fine for years.
Log file has almost nothing in it. Stops on the line Application state changed: 0 Line above that is Application state changed: 2
All data and everything looks good. The other 11 forms in the map work fine. I am totally stumped.
Anyone ever seen this before?