Randomize selection but exclude previously used embedded data | XM Community
Skip to main content

I’m working on a concept project where we are showing 4 concept groups to consumers. Currently there are 3 groups of concepts with each group having several options to choose from. My survey flow has randomization built into each concept to pick one of the many options for each group. Then it inserts an image based on whatever one was picked. This is all working perfectly.

Now the 4th concept is being picked from all of the 3 concept groups, but I need it to exclude any of the ones that were already used. I thought I had the logic working with branhces, but I can’t seem to get it to work exactly. Here is how I have my 3 concepts being picked:

 

For the randomized concept I just need it to look at all the different concept options and then exclude the 3 that were picked by the previous randomizer.

I ended up moving my randomization first to pick a random concept. Then created branch logic to exclude the option in the randomized concept. This seems to be working.


Leave a Reply