Select to view content in your preferred language

Survey submitted from several different Tablets.

405
7
Jump to solution
03-12-2024 06:51 PM
Reuben
by
New Contributor III

hi,

I had a survey where different sections were filled by 5 people using 

5 Tablets. 

After retrieving the 5 Tablets, I began uploading each section of the survey

from tablet 1 to tablet 5. Submission was successful.  But when I check the survey data 

in my Survey page, only the data from one of the 5 Tablet was in the table. Data submitted by the other 

4 Tablets were missing.

Question is, What could I have done wrong ? What could have been the problem?

 

Appreciate any response

0 Kudos
1 Solution

Accepted Solutions
abureaux
MVP Regular Contributor

ngl, I always set it for all rows since it's faster and easier.

Technically you can use it more sparingly, but unfortunate I don't recall where the guidance document is for query parameters. Here are the couple I remember off-hand:

  • Very important to set this for Begin Repeat.
  • I think that setting query allowUpdates=true for Begin Repeat carries down to all items within the repeat, making setting it for those items within the repeat redundant (I still do anyways...)
  • You cannot set a query parameter for a blank row (you will get an error when you save the XLSX Form).
  • There is no need to set query parameters for End Group/End Repeat.

View solution in original post

7 Replies
DougBrowning
MVP Esteemed Contributor

Were they all from the inbox or something like that?  If so the last survey would overwrite the final.

0 Kudos
Reuben
by
New Contributor III

They we're saved in the Out Box. I upload from the Out Box

0 Kudos
abureaux
MVP Regular Contributor

I have not seen that behaviour before. It would help to see your XLSX.

Did you see the values entered into the S123 Field App, and then after submitting they didn't make it to the database? Or were the values just not in what the tech saved?

0 Kudos
Reuben
by
New Contributor III

Yes all values were entered and saved in the Out Box of the Field App. I upload the Values from the Out Box

in the Field App.

0 Kudos
abureaux
MVP Regular Contributor

Hmm. Did you set query parameters? That can result in blanks if not set.

abureaux_0-1710430992259.png

And of course a field set to null can do that too.

0 Kudos
Reuben
by
New Contributor III

hi,

Thanks. The query parameter to be set for 

all rows?

 

0 Kudos
abureaux
MVP Regular Contributor

ngl, I always set it for all rows since it's faster and easier.

Technically you can use it more sparingly, but unfortunate I don't recall where the guidance document is for query parameters. Here are the couple I remember off-hand:

  • Very important to set this for Begin Repeat.
  • I think that setting query allowUpdates=true for Begin Repeat carries down to all items within the repeat, making setting it for those items within the repeat redundant (I still do anyways...)
  • You cannot set a query parameter for a blank row (you will get an error when you save the XLSX Form).
  • There is no need to set query parameters for End Group/End Repeat.