Hi,
Does anyone know how to get current UTC time from AE scipt?
I am sending data from AE to datalake table and want to send current UTC time for each record to maintain Variation ID.
Thanks,
Shivanand
string currentDateTime = GetDateTimeAsString(CreateDateTime(), "yyyy-MM-ddTHH:mm:ss.fffZ");