Hello,
I am trying to create a survey form that will allow a user to create a work assignment that relates to an incoming request. I have a Feature Service that contains a layer for incoming requests, inspection results, logged deficiencies, and work assignments. The work assignments layer is related as a child to both the requests layer and the deficiencies layer. The assignment layer has 2 GUID fields that relate to the GlobalID of the request layer and the deficiency layer, respectively.
As recently as just a few months ago, I was able to create forms that would allow users to review a deficiency and create work assignments from it, and forms that would allow users to review requests and create work assignments from them. This was accomplished by creating subsetted views that only contained one of the parent layers, and using these views as the submission url.
I am now trying to repeat this process with a new Feature Service set up in a similar manner, however even when using a view with only one parent layer, Survey123 Connect is not allowing me to publish as the irrelevant parent layer is "not found".
Does anybody know of a potential work around? Or if this issue is planned to be addressed anytime soon? I'm also not opposed to reverting to a previous version of Connect if it has the potential to solve this problem.