Good morning,
I see a very strange behaviour in looping in sheets from an excel file (see attached). Excel file is very simple, three sheets, one column, 50rows first sheet, 50 the seconds and 25 the third, total 125 rows.
The loop returns 150 rows instead of 125 and in addition it seem repeating just the first sheet.
have you checked Select sheet with name in node configuration? If not than it will read first sheet three times. See here for more and additional explanation:
Thanks Ivan,
you are right. It is a bit misleading tough as I had already inserted sheet name as a variable, and this should work by default.
I confirm that now with your suggestion it is working.
Thanks again,
Stefano
I understand. Many users already stumbled across this. However using flow variable for a specific configuration option doesn’t change other configuration option (haven’t seen this behavior in any node). Possible solution would be to expose flow variable configuration of sheet name in main configuration tab. This way before setting flow variable you would need to check Select sheet with name (now called By name) and avoid this issue.