Bringing nested list to multiple excel sheet

Hi! My goal is to bring list of list to different sheets in excel file, my approach is to match up the sheet list and the list of list, but in excel file I keep getting same item in every sheet, is there any fix?
Many Thanks!

You most likely just need to change the levels of your inputs in Data.ExportExcel. I don’t currently have access to Excel, so I can’t test this myself, but I would try using sheetName input @L1 and your data input @L2.

1 Like

Thanks for replying, I’ve tried but the item is still the same in every sheet

ahh!! I know what is wrong I didn’t link overwrite false, thx for the reply!!!