Hi!! I'm trying to convert a date that I'm getting from SharePoint but the result is really odd.
The original date value in the SharePoint is 06/09/2018 (dd/mm/yyyy)
but the result of the formula is
Here the formula I'm using!
convertTimeZone(items('Apply_to_each')?['Created'], 'Central Standard Time','Pacific SA Standard Time', 'ddmmyyyy')
Any idea?
Thank in advance!