I have an excel in which I must collect all the data but this excel sometimes comes with filters applied, also when collecting the information with the “Read Range” activity does it read the data even if it does not appear in that list visually?
Read range reads all data by default (of the selected range) , regardless of filter.
There is an option: use filters which will allow you to respect the potentially active filters.
Hello @Nicollebro ,
You can clear the filter using Excel Moder activities and can read using it.
Use Filter activity and enable the Clear any Existing Filter option