Is it possible to create one variable for many values?

I have 11 values and is it possible to fit it inside one variable? When the file is running, is it able to enter the specific value to the specific section by using that one variable?

Hi @deborah_yeong

Yes can create dictionary variable for that, it will be a key,value pair so whenever you want a value just need to input the key.

Please refer this,

Thanks