Hello guys, I have been having some issues while working with some Excel tables. If the Excel have some filters active, the Studio continues to read the areas that are not selected by the filter. Is this normal?, or it is needed to set also a filter on the Studio to recognize the existing filter on the Excel sheet?
I have a sequence that:
1 - Reads the file from the WorkbookPath
2 - Then I use a “Get Workbook Sheet”
3 - Read Range
4 - For Each Row
5 - I assign the variables to the row items (Ex.: assign town = row. Item(“Town Name”.ToString)