I have a data source which has a column of dates which all have times of 12AM. How can I manipulate that time to be 12PM?
Here is one way to do it with the addHours function. Replace the red part with your datetime value.
addHours(outputs('Compose'),12)
Pat
I am not sure I have understood your questions. It seems like that the time your are getting is for another time-zone?
You can convert your time to the correct time-zone using the Convert time zone action:
The resulting output is, converted time, is:
Ellis