Hello 😊
I am building a Survey123 formular for the maintenance of a piezometer network and I would like to help the operator who will fill the document by displaying an image of the station. The idea is that when the operator select the ID of the station at the beginning of the formular, a photograph of the station is shown in order to help him locating the instrument.
To do so, I used the column media::image which I filled with the name of the picture in the media folder; xyz.jpg for example. The problem I face is that I would like that the name of the picture changes with the selection of the station. If I select the station AG89, the name of the image in the column media::image must be AG89.jpg. If I select another one, XZ76, the name would need to be XZ76.jpg.
For now, I used the command concat to merge the name of the selected station with the suffix ".jpg". That way, I filled the column media::image with 'concat(${StationName},".jpg"). But even if it seems to work for the attribution of the correct name, the photo doesn't appear.
I would be super happy if someone has a solution for me 🤞 !