Add deffrently parameters only on some sheets

Hey. Can any body help me with this one.

Dynamo 3

 

 

 

 

I’m trying to make some sheets from excel with Sheet number and Sheet Name. After that i would like to add some parameter to the sheets. I’m getting fo far that i have made a list with does sheet i would like to add the parameter. Problem are that it’s making an error.

what am i doing wrong ? hope for some help on this.

Bonus info: the list from “the node” >list.GetItemAtIndex< are data from the excel file.

You are not feeding Elements into the “Element.SetParameterByName” node…fix the bottom part of your script to look like this…

SheetElementFiltering

Thanks for the help