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?
I think the concat has to be in its own field and then use just that field in the filename= part. This is what is shows in the post you linked to also. It does not usually like calcs in there.