I am using Data Shuttle to export certain rows that meet certain criteria from a sheet. The goal is to have this run during a certain window of time, check where the criteria are met, put the rows into a csv file, and attach it to the same sheet as the source, replacing the old with an updated one every 15 minutes. The criteria are that a checkbox is unchecked in 2 specified columns. It worked briefly when I first created it, but after I tweaked a few things, now I'm having some issues. One is that it's not running on time. When I check the Data Shuttle, it's not running every 15 minutes. It usually runs once in the morning and that's it. The attachment is also just not appearing in the sheet anymore. I did manually delete the attachment csv at one point assuming a new one would appear when I ran the Data Shuttle again but it didn't. Now even when I run it manually, there's no attachment. Here's the breakdown:
Above I have my target file "OXO NY Visitors" which is the same sheet where the data will be pulled from. The goal is to have it go in as a sheet attachment.
Here are my criteria. I need all the rows in which the "Registered" and "Gone" checkbox columns are not checked to be the ones to go to the csv. I currently have a test row in where neither is checked and no attachment is appearing. I also tried referring to an unchecked box as 0 as opposed to false and had the same issue.
These are my columns that I need to include. The names are all long because they have to match the csv template. I haven't changed them and I don't think that's affecting anything.
Here are my run options. I'm in Eastern US Time zone so this is supposed to be 6am-11pm Eastern.
I just ran it manually as I was typing this is and here is the result. The sheet still has no attachment.
Is anyone noticing any flags in my process here? Something I'm missing or doing wrong? Thanks in advance for any help.