Multiple Files input to "GetWorksheetNames"

Hello again,

I need to retrieve the sheet names of multiple excel files, unfortunately this specific node seems to be written for a single file input, is there a simple way to get the graph to iterate through each file without rewriting the node’s python script to include a for loop? @Konrad_K_Sobon

Thanks for the help!

Try using @L1 on the filePath input

3 Likes

Oh… that’s much easier thanks! :+1:

1 Like