Data.ImportExcel and List.Transpose not working sometimes with same file

Hi all

I’m having problems with the data extraction from an excel file. The particular of the file is that, depending on the user that is launching the script, the file is going to be in a different folder (is in a sharepoint environment, so the “user” in in the path needs to be changed).
Im using a filter and a Python script to identify the user and later add it to the file path.
The problem is that wen I try to transpose the data this is not working. Wen I try to transpose the same data but without the first step (not filtering the user and adding it directly with a code block) is working fine.

Does someone have an idea of why is this happening?
Thank you in advance

Hi @acastillo.cafte and welcome…its difficult to see your nodes, try zoom in your image before upload…

But the reason here is probably in your first exemple its a sublist, in your second its not…

Hi @sovitek . Looks like your assessment is correct. I flattened the data before transpose it and now it works as intended.

Thank you for your help