I am looking to show the repeats for edits in Inbox. I have attempted the two following parameters in the bind::esri:parameters:
1. allowUpdates=true
2. allowUpdates=true query="Creator=${inspector_name}"
I am looking to figure out how I can ensure that Inbox survey123s will allow me to edit repeats.
I have read other posts and the following site, following the steps, see below:
Solved: Edit Repeats in [Inbox] Survey123 - Esri Community
Prepare to edit existing survey data—ArcGIS Survey123 | Documentation
Solved! Go to Solution.
query allowUpdates=true is what works for me.
You can combine query allowUpdates=true as @DougBrowning suggests, with Creator=${inspector_name} in the Inbox filter in Survey123 Connect
allowUpdates=true is not returning the survey into the inbox with associated/any repeat values showing.
What was submitted
Inbox Survey
My Inbox Filter works fine (triggered by a field being marked as yes/no). I have even deleted/cleared formatting on the bind::esri:parameters: cell just to make sure there was not something else going on.
try adding the query part also
That was it...thanks