Element.GetParameterValueByName output value empty

Hi All,
i am trying to get value using Element.GetParameterValueByName from the list… But output is empty…

Hi Pankaj,

Try to use the level as 1 in the arrow where the input connects from the string list in the parameter value by name node. If it doesn’t work, use chop list and give the chop length as 1. It will produce sublist for each element. Then pass it to the node. This should work.

Does the list output from the CSV import have additional whitespace? Try String.TrimWhitespace to make sure the two “Part 10” are identical.

2 Likes

Thank you it worked…