Hi all,
Hoping you can help with this.
I'm passing a:
formatdatetime(utcnow(),'dd/MM/yyyy')
which will give me an output of 13/02/2020. As expected.
Now, when I try and pass that into a 'create item' for a SP list... it fails... stating that 'String was not recognized as a valid DateTime.'
![]()
Despite the fact that the forumla states that it converts to a datetime format.
edit: Changing the format to yyyy/MM/dd works... this doesn't seem very logical. Is there a simple explanation as to why it would accept in the y/m/d format as opposed to the d/m/y format?