As I mentioned in the title, when I get the Cookie values, I cannot print these values to the Cookies section in the Database. I realize that I made a mistake at one point. I hope someone wise will write an answer to enlighten me.
@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