Hello,
I have a question about how to get excel data to match up with specific model elements based on a parameter. My problem is I have a list of sheet numbers in excel that I need to match up to their model element, for example I need to get Excel Sheet Number 4.01 to select sheet model element 4.01. Please see attached image for information. I know i am really close but I am missing something. Any help you can give will be greatly appreciated.
Use “==” node to get booleans and then use FilterbyBoolMask, connect as list from sheets and booleans from “==” node.
It seems every time I run the boolmask it only pulls the top 15 items from the model sheet list, and not the actual matching data.
There are other true values. Use List.Flatten and get input from “in” of FilterByBoolMask.
That did it, Thank you so much.
Mark the post as Solution if it works, so other users can see that.



