Hi community,
hope someone can assist, i need to get the duration a call waits in queue and when it reaches 3 minutes, transfer to external number.
i have use the below and placed it in a loop, but it seems UTC is not updating, any suggestions are welcome
DateTimeDiff(GetCurrentDateTimeUtc(), Flow.StartDateTimeUtc) >= MakeDuration(0, 0, 3, 0)
also tries the below.
Task.currentQueuedTime = DateTimeDiff(GetCurrentDateTimeUtc(), Flow.StartDateTimeUtc)Task.maxQueuedTimeCalc = MakeDuration(0, 0, 3, 0)Then IF Decision statement :Task.currentQueuedTime >= Task.maxQueuedTimeCalc#Routing(ACD/IVR)------------------------------
Reginald
------------------------------