Sort Element List by a given order in Sheet List

Hi,

I am attempting to retrieve values from an Excel file and assign them to specific elements in my model. The input is the beam number, which is already defined in the ‘LTF_NUM’ parameter. The script is designed to populate other parameters based on the information provided in the Excel file. Each row in the Excel file corresponds to a specific beam in my model.

The issue arises when I filter the beams in my graph, as the order of elements in my list does not match the order in the Excel file. I attempted to use the ‘List.Reorder’ node, but it seems to create a string list instead of an Element list.

Additionally, I am exploring alternative, more efficient approaches to address this challenge. Your guidance on a more effective solution would be greatly appreciated.

Sorry I’ve just noticed that I have made a mistake at the beginning of my graph.
The probleme is solved now.