So I have come across another new fun issue that is quite a conundrum, I know that datashuttle wants the date in this precise format to work with data table ("yyyy-MM-ddTHH:mm:ssZ") but recently I have had a similar problem that I encountered when working with data table.
The date gets swapped around when there is a possibility that it can be an American format date, e.g. 05/03/2024 is changed to 03/05/2024 or 11/04/2024 changes to 04/11/2024.
I successfully got around this in data shuttle > data table by using the date format mentioned above which works just fine there, however when you do data shuttle > smartsheet it inputs any data as "yyyy-MM-ddTHH:mm:ssZ" and doesnt recognise it as a date until you edit the column properties and switch from date to text and then back to date and it parses "yyyy-MM-ddTHH:mm:ssZ" as a proper date.
Any new data added after this does not parse and you have to repeat the process over again, why is it that smartsheet/data table/data shuttle have such a hard time working with dates.
And I really dont want a "helper" column, I am trying to work with fairly large data sets that hit the limit of my smartsheet fairly regularly so I need to keep the number of columns and rows as low as possible.