Hello,
We have a Survey123 application where field users can edit data using a URL to call their inspection when they are in the office. Part of the inspection is to collect images of the site in a repeat table. We noticed a quirk with the system where users can submit multiple pictures per record. So instead of each record having one picture with comments, the record shows multiple pictures. This is creating an issue with how a related application is pulling in the photos. Is there a way to limit this so only one image can be attached per record in the browser Survey123?
Currently we have this as a constraint "count-selected(${field_image})=1"but it hasn't been successful. Publishing using Connect version 3.15.165. We currently are trying adding extra hints to let the inspectors know to don't do this, but we want to limit this from happening.