Select to view content in your preferred language

repeat records not showing in Inbox

111
2
Jump to solution
2 weeks ago
dsinha
by
Frequent Contributor

Hello everyone,

I am trying to build a survey for my colleagues who conduct repeated inspections on the same property. They need to view records of the past inspections but not edit them. I am trying to get the repeat records to show up in the Inbox but not having any luck.

dsinha_0-1752071012387.png

I understand from previous posts that adding allowUpdates=true in the bind::esri:parameters column would allow the repeats to show up and be editable, but is the solution any different if I don't want the repeats to be editable?

Thanks for your help!

0 Kudos
1 Solution

Accepted Solutions
Neal_t_k
Frequent Contributor

It appears you are on the right direction with "query"  Couple things to try. start with just "query" and see if all the records are there.  Second might be the syntax,  try query="passfail!='passed'"

View solution in original post

0 Kudos
2 Replies
Neal_t_k
Frequent Contributor

It appears you are on the right direction with "query"  Couple things to try. start with just "query" and see if all the records are there.  Second might be the syntax,  try query="passfail!='passed'"

0 Kudos
dsinha
by
Frequent Contributor

Thanks @Neal_t_k, setting it to just "query" did the trick. I have a couple of questions about the way the records show up in the Inbox, but I will create a separate post about that.

0 Kudos