I am trying to set a specific image name in my XLSForm following instructions discussed here. In the bind::esri::parameters cell on my Image row I have the following:
fileName=concat(${Last_Name},"_",${First_Name},"_",${Year_of_Death})
However my test photo saved with this name: Photos-20240214-164847.jpg
What am I doing wrong?