Hey everyone.
I have set up a Survey 123 in order to serve as the primary interface for grass cutting contractors here in the city.
The kicker is, that I need the data to be edited from and back into a related table to the feature service (1 to Many). The relationship is also not set up with a Global ID, as I can not afford to have the GUID setup as a primary key on my Enterprise SDE.
The Set up: Service requests are created in a Feature Service and a related Task is created for Cutting the Grass. The Survey is to pull the data from the related table only (not using repeats), get updated/ edited, and then submit the updates back into the related table.
I have set the Survey to point directly at the related table. I have set up the bind:esri:parameters as suggested in this post: Repeat questions in 'Inbox' not showing from the very bottom.
The Survey publishes fine, but when I attempt to bring in the Inbox it just spins forever. It should only be returning 5 sample datasets, so this should be pretty quick right?
I've attached the set up to this post.
Hi Erick
In relation to your comment:
If you are pointing directly at the related table, then you don't need to use add queries into the bind:esri:parameters column. You would only use the bind:esri:parameters if you were editing a feature layer that had repeats, and wanted to edit both the feature layer and related table at the same time. As you are going straight to the related table, there is no related table to query.
Please clear out the column and republish.
Thanks
John