I'm working on a survey that will capture up to 4 photos at a given location. I tried using the image "bind::esri:parameters" field as well as a calculated field but neither have actually changed the filename. I keep ending up with the default naming. I consulted the following resources before creating this post.
https://community.esri.com/t5/arcgis-survey123-ideas/implemented-set-default-photo-name-in-survey123/idi-p/930756/page/3#comments
https://community.esri.com/t5/arcgis-survey123-blog/what-s-new-in-arcgis-survey123-june-2022/ba-p/1184420
https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformmedia.htm#ESRI_SECTION2_D007264B8FA44D79AB3857D81D798935
https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-photos/ba-p/897907
The desired outcome is something like Property name photopoint number image letter_datetime stamp such as: PropertyName-1a_datetime, Property-1b_datetime, etc
filename1 has bind::esri:fieldType as "null" and "calculation" is this:
concat(${property_name},"-",${pointnum}${image_alpha},"_",format-date(now(), "%Y%m%d%H%M%S"))


