I’m trying to fetch recently modified rows via the API. Seems to me that this should work, but it doesn’t return any rows…
filterByFormula: "LAST_MODIFIED_TIME() > '8/17/2019, 7:36:49 PM'",
what am I doing wrong here?
Thank you!!! The issue was the date format.
Where did you find out what date format to use? I saw the API seems to return dates in this format ‘8/17/2019, 7:36:49 PM’, but it accepts them in this format ‘2019-08-08T22:18:17’. I can’t find any documen...
I’m trying to fetch recently modified rows via the API. Seems to me that this should work, but it doesn’t return any rows…
filterByFormula: "LAST_MODIFIED_TIME() > '8/17/2019, 7:36:49 PM'",
what am I doing wrong here?