Hello All.
Has anyone here run into issues with the fileName= working sometimes and not working other times? I cannot figure out what the issue might be, for context, here is what I am using:
fileName=concat(${photosites},"us-",format-date(today(),%Y%m%d"))
Sometimes I get this result, which is right:
PP4MLO01us-20250315.jpg
Sometimes I get this result, which appears to be tacking on some random numbers at the end:
PP4MLO01us-20250315-012121.jpg
I made my file names try and match the errant ones in the hopes that I can just run some kind of batch processing of the file names to remove the extra characters at the end, but this seems like it would defeat the purpose of trying to create standard files names for the photos people are taking. Also, like I mentioned previously, this seems to be a hit or miss operation in both Connect and on my phone after publishing.
Any help is greatly appreciated.