Hi all,
I have this expression in Power Automate:
formatDateTime(triggerbody()['Columname'],'dd-MM-yyyy HH:mm')
The output would be "14-04-2021 15:00" and that works fine.
For some reason however the flow adds + hours to the time and I simply cannot figure out why.
Any ideas?