I’ve looked through a lot of other posts where I think folks are trying to achieve something similar but I’m not sure if there’s a different way to do this because my scenario is going to have a lot of pieces of data to pass from the first survey to the second.
I’m building a survey for employees to upload files (pictures) and a second survey where, ideally, I can bring in the URL for those pictures from the first survey as embedded data that I can pipe in to an <img> tag so that the images can be voted on for a particular category.
In the first survey, I’ve set up a quota and logic to store each file as a separate piece of embedded data, so that I could use survey logic in the second survey how many radio options to display images for. And I’ve figured out how to pipe and image URL into a radio option.
But I haven’t figured out how to get the file URL as embedded data from the first survey into the embedded data in the second survey so that it can be piped text in a multiple choice question. Ideally, I don’t want this to be manual, although, there may not be a way around that. There could be up to 30 or more images submitted per category and we have 6 different categories. So I didn’t see how trying to pass this via URL Query Strings would be manageable.
I thought could somehow I run a workflow to store the data in an imported data project then extract it, but I couldn’t get that to work, if it’s even possible. I thought maybe supplemental data source but that’s a manual upload.
Thanks in advance for any creative ideas!