Hello!
I created a survey in Connect off an existing feature service that is hosted in AGOL. I added an image question allowing the user to upload an image which works great. However, I am unable to get the image to show in the report. I can see it in the Data tab of the survey. I can see it in a web map in AGOL. But when I generate a report nothing is there.
Report attached.
Hmmm, I've never seen an if statement used like that in a feature report template. If you take out the "if", does it work?
Hmmm...Can you share your XLS Form as well so we can see how you have the survey set up?
oh! First thing I noticed is that you have esriFieldTypeString in the bind::esri:fieldType column
for the image questions. Get rid of that and see if it works?
If not I'll look a bit closer to see what I can find 🙂
Is there already data submitted into this survey, or is it brand new? If there isn't any existing data, I would just republish the survey which will overwrite existing settings. It's throwing an error because you're trying to change a field type from text data to BLOB (image) data
There is already data in it and its existing features.
I created a "CRAWLSPACE_PHOTO" field but no data is in it. However, I can see the photo in survey123 under the "Data" tab. I know the report uses keywords so I think its a syntax issue where I am just not calling the photo up correctly.