I’am setting my project parameters from a csv file.
We are using element.setparameterbyname to set the parameters, this works fine when you feed 1 item in the parametername and 1 item in the value, (green circle)
But when i feed parameterName and value a list it doesn’t work buyt it does not give me an error.
I realy want to use a list instead of creating a lot of seperate Element.setParameterbyname nodes.