Hello Everyone,
I use the survey123 web app for Vistitor employed photography with cellphones (participats are not logged in). I have the problem that many images have the same name, namely "image.jpg". I would like to rename the images during the participation according to an ID created for each participant and the question answered. There are options to do this, but they seem not to work for me.
I have created an hidden ID field for each participant with uuid() and would like to rename all images of the participant with this ID and the question name in the field bind::esri:parameters with fileName=concat( "ImageQuestionNumberOne",${id}). But this does not work. Depending on the Phone used by the participant, I get image names consisting of a random number, a number with the date or images with the name image.jpg. I have the same Problem if i only use a string or other ID's to rename it. Does anyone know what I am doing wrong? An example is added.
Thanks a lot!