I’m attempting to use the Search Value Get Row node from Bumblebee, and it’s returning an empty list. See below for the Excel snippet as well as my Dynamo script.
As you can see, the text in the List.Sort output does match the text in the first column, so why the Empty List?
EDIT: I saw another thread that is asking me to keep the Excel file open – would it be possible to run this node without keeping the excel file open? I’d like to have my model open and run this via pulling the excel file from a server.
Thank you for the response, Nick! My code block doesn’t appear to read the data like yours, perhaps it’s because my input is in the form of nested lists.
I have fairly nonexistent knowledge of Python, so maybe it just takes a few tweaks of the code in the code block?
Are you reading from multiple Excel files?
You should be able to change the first line to data@@-2<1> to preserve the list structure. It should still work though.