Hi all,
I've need to calculate the difference in minutes between a SharePoint created Time and the time of 6.00 at the same day.
For example when a SharePoint list item is created today at 05:45 I'm expect the 15 as result.
I'm trying to do it as follow:
div(sub(ticks(outputs('Get_item')?['body/Created']), ticks(formatDateTime(UTCnow,'MM-dd-YYYY')' 06:00', -600000000)
But that's not working/ give an expression error.
Does anyone know how to get the right results?
Thanks in advance.