I'm making a flow where I need a time in Epoc time, but I can't figure out how to make an expression that do this.
As a work around I made it in my data set from SQL view where I added a column DATEDIFF(s, '1970-01-01 00:00:00', GETUTCDATE()) as Epoch.
But I can't find a flow expression in flow that do the same as SQL's datediff.