Select to view content in your preferred language

Cannot get customization of photo name to work

170
3
Jump to solution
a week ago
mcbeth99
Occasional Contributor

I am trying to customize photo names for a survey application.  I have photos set to multiline and have the bind:esri:parameters set as below:

mcbeth99_0-1759174860759.png

 

I keep getting photo names like "photo-20250929-193046.jpg".

What am I missing??

0 Kudos
1 Solution

Accepted Solutions
Neal_t_k
Frequent Contributor

Not sure other than the underscore, but this was working on a test in Connect:

fileName=concat(${StreetAddress},"_",format-date(now(),"%y%m%d%H%M%S"))

apparently you can't have spaces in the file name?

 

View solution in original post

3 Replies
Neal_t_k
Frequent Contributor

Not sure other than the underscore, but this was working on a test in Connect:

fileName=concat(${StreetAddress},"_",format-date(now(),"%y%m%d%H%M%S"))

apparently you can't have spaces in the file name?

 

AlfredBaldenweck
MVP Regular Contributor

That sounds right tbh. I'm willing to be special characters are also a no-go.

mcbeth99
Occasional Contributor

That's it!  Thanks so much!!

0 Kudos