What is your goal?
I’ve noticed that if I have a date stored in UK DD/MM/YY format or similar in a google sheet and then try to use this in a later module in Make that strange things happen.
If the date only makes sense if DD/MM/YYYY i.e. DD>12 then the scenario works as expected. However, if the date can work either way, e.g. DD<=12 then it changes the date to MM/YY/DD. This means a scenario can appear to work for months before suddenly going crazy.
As I understand it, google sheets stores the date as a UNIX Epoch and the formatting simply converts this. As such, I’m confused as to why this happens.
Worst case scenario, surely it would be better to throw an error is DD>12 rather than to operate inconsistently?
Even better, why not provide a regional setting / option to assume a default date format.
What is the problem & what have you tried?
I assume a parse date would fix the problem but this makes the scenarios more complex if needed frequently.