@adam66688
Script automatically stops its work, cause script can't go on with errors. But you may set "success number" and "fail number". Second parameter is your number of trying to start script again if it was error.
@Fox If I want to filter database for any lines NOT matching a specific date in one of the columns how would I do that? It would be a reverse filter basically.
In the standard database module, the "not equal" condition exists only for the "int" data type, which means you can write a date in milliseconds to a column with this data type and then use a filter with the "not equal" condition