hello,
I don't see data displaying in the repeat section after sent them and going back on it again.
when i go back on it, i see only a empty survey, but it is well recorded in the table in relation.
Solved! Go to Solution.
Have a look at this:
https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm
Do you have "query" or "query allowUpdates=true" in your bind::esri:parameters column?
Have a look at this:
https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm
Do you have "query" or "query allowUpdates=true" in your bind::esri:parameters column?
Thank you MobusSnake ! yes , it was at this level, I found the problem :
i based the query on a facultative field : SEQ, but now it's based on the globalid, so when i create the 1rst record it will be displayed after saved it.
allowUpdates=true query="GlobalID<>null"