Hi All
I am looking to update a sharepoint list with Date/Time an action is completed. The Column is specified as Date/Time. Yet when I pass the value in my flow, using formatDateTime(utcNow(),'yyyy-MM-dd HH:mm'), it fails. Anyone please advise where I am going wrong.
Thanks in Advance.
Your datetime format has to be according to ISO-8601.
Just use utcNow() without formatDateTime()