Dear experts,
I need to convert this format date: 2023-06-22T15:11:46Z
to only: dd-MM-yyyy
I have tried it but no luck:
i get the error:
InvalidTemplate. Unable to process template language expressions for action 'Convert_time_zone' at line '0' and column '0': 'In function 'converttimezone', the value provided for date time string '["2023-06-22T15:11:46Z"]' was not valid. The datetime string must match ISO 8601 format.'.
P.