Can someone tell me why this date is not passing correctly, you can see that its leaving make as DD/MM/YYYY but it then appears in Monday as MM/DD/YYYY?
Hmm, It seems weird, try changing the format to MM/DD/YYYY instead and see if that works, or I believe that Monday expects the data in YYYY-MM-DD format, so you can use that as well.
1 Like
Hi,
Monday’s API only accepts the date in the YYYY-MM-DD format see the documentation here.
Hope this helps
2 Likes