Read multiple sheet (except first sheet)

I want to read multiple sheets (except first sheet).

image

My flow now as below.
Variable n = 1 (default)

image

Now output show sheet Cash , Chq , No , UnCash but can’t show sheet Unchq.

Guide me please.

Just use an If to process only if the sheet name is Cash, Chq, No, or UnCash.

image

remove (n),
and use write line -->sheet to try

Hi @fairymemay,

Try this xaml:
ExcelReadSheets.xaml (6.5 KB)

Thanks!

1 Like

@fairymemay try to use n = 0 same code will work

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.