I have a date column that is only manipulated through a date picker (not a date/time picker) and the column is set to date only + short. Double clicking in the cells still shows a timestamp which I find odd but that’s not really the issue. The issue is that when I use the Get Row function from Make (Previously known as Integromat), I receive a date that is one day before what is actually marked in Glide. There are no intermediary steps here and I have double checked the row reference ID. All the other data for this row is being pulled properly so I think it has to be something with the date formatting of Glide’s API and timestamp. I have also tried with and without the “Respect time zones” checked and that doesn’t seem to be it either.
I have tried manipulating the data with a split array and single value columns to isolate just the date as text and this works in Glide, but since calculated columns are not received through a Get Row call, I’m at a loss for how to do this on the other side in Make. It’s also way messier than it should be. It should literally just be a date column with no timestamp. Any ideas?