Could you help me to read an excel file with 2 columns (parameter name and value) and make them become argumets?

Hello to all,
I should transform the two columns “parameter name” and “value” of my excel file into arguments / variables where:
argument name / variable = “parameter name”
and value = "value

Could you help me to solve the problem?
Thanks
Vittoria
Configuration.xlsx (10.5 KB)

Hi @vittoria,

I don’t have an answer at your question but creating a Dictionary might be enough for your case. It offers the advantage to provide some sort of namespace.