1. What is the issue? Please be detailed.
I would like to display the sketch drawn in a previous question in another page
2. What steps can we take to reproduce this issue?
create a an image question with draw appearance then create a note page that will display the sketch drawn in the previous question
3. What have you tried to fix the issue?
created both questions. i used the image variable to show it on the note page but the note page says the image is missing
4. Upload any forms or screenshots you can share publicly below.
You're using the image column, right? I think this is an XLSForm limitation. The way it converts the form, the filename is always looked up in the form media folder, not in the media for the form instance that's being filled out.
One thing you could try is using a read-only image instead of an image label. In the calculation column, you can put a reference to the question that captured the drawing (e.g. ${annotated}).
Oh, I was not aware of that option - I never needed it before so that I was looking at image appearance. Thanks for pointing me in the right direction!