Error Screenshot: Image Link
I'm trying to convert the UTC Time Zone i.e the value output received from utcnow() function to Indian Standard Time but this is the error:
Unable to process template language expressions in action 'Compose_2' inputs at line '0' and column '0': 'The template function 'Today' is not defined or not valid.'.
I have tried to convert the UTC Time zone to IST using the following expression:
- convertTimeZone(utcNow(),Day(Today()))
- convertFromUtc(utcNow(),'Indian Standard Time')
I'm expecting this UTC Time to be converted in Indian Standard Time