Hello!
I am currently creating a survey for an inspection and there is a repeat group with one image type question in it. We would like each repeat (after the first one) to display the image uploaded in the previous repeat so that the user can reference the previous image uploaded without needing toggle back and forth between repeats. I know this is possible for text questions using indexed-repeat and position(..). I currently use indexed-repeat(${desc}, ${inspectionRepeat}, position(..)-1) to pull in the previous repeat's description and it works fine for text, but not when I try to use it for the image question. Is this functionality available for images?