Select to view content in your preferred language

Repeats editable in Inbox

787
5
Jump to solution
11-15-2022 06:42 AM
KdeGroh
Emerging Contributor

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

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

try adding the query part also

DougBrowning_0-1668531008971.png

 

View solution in original post

5 Replies
DougBrowning
MVP Esteemed Contributor

query allowUpdates=true is what works for me.

0 Kudos
IsmaelChivite
Esri Notable Contributor

You can combine query allowUpdates=true as @DougBrowning suggests, with Creator=${inspector_name} in the Inbox filter in Survey123 Connect

KdeGroh
Emerging Contributor

allowUpdates=true is not returning the survey into the inbox with associated/any repeat values showing.

KdeGroh_0-1668530638544.png

 

What was submitted

KdeGroh_1-1668530681672.png

 

Inbox Survey

KdeGroh_2-1668530710278.png

 

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. 

0 Kudos
DougBrowning
MVP Esteemed Contributor

try adding the query part also

DougBrowning_0-1668531008971.png

 

KdeGroh
Emerging Contributor

That was it...thanks