Select to view content in your preferred language

How do I have a Multiline annoate image question along with a custom file name?

518
1
03-15-2024 09:59 PM
arthyarthy
New Contributor

I have a survey that work fine with the appearance property set to multiline and a custum fileName = concat("intervention_",format-date(now(),"%y%m%d%H%M%S")) that works perfectly

However, it stopped working when I added annotate in the appearance. I tried "annonate multiline" and "multiline annotate" in the appearnce but the moment I do that, I lost the custom fileName.

What should I do?

1 Reply
MarikaVertzonis
Esri Regular Contributor

I just tried out what I think you describe, and was able to add multiple annotated images that adopted the expected custom name, in Connect and in the field app.

In the bind::esri:parameters column in entered:

fileName=concat("hello_",format-date(now(),"%y%m%d%H%M%S"))

And in the appearance column I entered:

multiline annotate

Am using Survey123 Connect 3.19.115 on Windows and Survey123 field app 3.19.120 on Android.

 

Is there any other differences in your survey that might give some clues?

0 Kudos