I am trying to create a form that repeats a section of the form if the survey record contains more than one image. I've tried to create a bookmark in Word of the section I'd like to repeat but it doesn't work. Is this possible? I'm completely stuck so if anyone knows how to do this or if this is possible, it would be extremely helpful!
This is what I've tried so far:
${if Count(#SRWSLD_USACE_Survey_Submissions_image) > 1}
${Bookmark("myBookmark")}
${/}