I have a large Data Table that gets fueled daily with fresh information. There is a 'KEY' column that uniquely identifies each ROW of data.
Using a Data Shuttle, I am fueling a regular sheet with only SOME of the data from the Data Table. Unfortunately I cannot find a way to filter the Table with ANY (and) ALL logic. What I need is to pull specific accounts from the larger table (therefore 'or' statements) as well as only entries from a certain timeframe (and statement).
Because I cannot filter the query in the correct way, I have setup a MOVE ROW automation to get rid of entries I don't need on the sheet. But the next day, the sheet "finds" those Data Table entries again. So my 'helper move' sheet keeps getting filled exponentially and the workflow fails.
I need some hand holding / solutioning :-(