My current workaround is this one:
- Map the selector of the cell and use variables in the selector to check for any cell dynamically
- Use the if windows contains action to validate if the selector is found
- Before using the if windows contains action I had to make sure that the column/row that I am checking are visible on the screen, to do that I used the "Activate cell" action (If I don't do this and the sheet is scroll to the right for example and the cell is not visible on the screen, then the selector could not be found although the cell was not hidden)