For some reason, the UTCNow() function does not update correctly within my PowerAutomate flow. it always just remains constant at 19:03, regardless of what time I actually run the flow. Does anyone know what could be the cause? I have already converted it to my local time using an expression. The formula I use is
convertTimeZone(utcNow(),'UTC','South Africa Standard Time','yyyy-MM-dd HH:MM')
As you can see by the screenshots, it doesn't matter what time I run the flow, the time remains at 19:03.