Select to view content in your preferred language

Survey123 "note" type question maximum caracter

814
3
Jump to solution
07-29-2019 01:36 PM
CédricVilleneuve1
Emerging Contributor

Hi, using a regex function to list my entries from a repeat in a note type question, it seems that when I get above 255 caracters, the form cannot synchronize. I've tried to set the field to esriFieldTypeString = 1000 but it won't work.

Any ideas what to do?

Thanks

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

You need to actually set the bind::esri:fieldLength column to 1000.

View solution in original post

3 Replies
DougBrowning
MVP Esteemed Contributor

You need to actually set the bind::esri:fieldLength column to 1000.

CédricVilleneuve1
Emerging Contributor

I had already tried it but without making a brand new form so it didn't work first. Now it is working. It surprising me as the note type question don't synchronize with the gdb so how come the number of caracter changes anything?? Anyway thank you.

0 Kudos
DougBrowning
MVP Esteemed Contributor

I have been able to change the size ok without a new form.

0 Kudos