I am creating an integration that creates/updates a date field in monday. I execute the intagration succesfully but the that field is not updated. I am using parseDate and dateFormate functions but I am still not getting any results. If I look at the board while executing the integration, I see that the date apears for a secnd and then disapears. If Instead of using parseDate or/and dateFormat y use “now”, the day does updates. any clues?
one of the things I´ve tried…
parseDate(1.fecha; “DD/MM/YYYYY”)
Found the problem, for some strange reason an empty value in board columns defaults overrides the value one inserts through intyegromat. So the problem is that functionality. I deleted all defaults and it worked. Thanks!!!