Hi Jags,
can you explain a bit further please? I’m not 100% clear on your scenario
From the sounds of it you should have a variable containing ‘answer1’ or whatever you want to answer to be in all cases.
desired_result = ‘answer1’
id = ${desired_result}
Then you just need to change the value of desired_result to ‘answer3’ and it will apply everywhere you have that variable.
I hope that helps but I may have misunderstood your question
*I’m not sure what language you’re working with so please address syntax!