My current Date and time in Source Data (Same Date and Time in both the rows ) : 2021-03-30T16:00:00
The actual output should be in SharePoint List as : 03/30/2021 04:00 PM
My expression :
if(empty(items('Apply_to_each')?['Date_Field']),null,formatdatetime((items('Apply_to_each')?utcNow()['Date_Field']),'MM/dd/yyyy hh:mm: tt'))​
My Current Output is (It shows Random time):
Any help will be appreciated. Thanks in Advance.