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?
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?