Hi All,
We have a below requirement:
if EWT < 2min follow path 1
if EWT > 2min and EWT < 20min follow path 2
if EWT > 20min follow path 3 and after each loop check if EWT comes under 20min and if yes call should go to the relevant path.
I have achieved all the requirements by using switch and loop but I have an issue to achieve the EWT checking after first loop.
Problem:
When EWT > 20min calls go to the right path and after finishing the first loop even if EWT has decreased the call still go back to the same path!

Workaround:
if I add play EWT action before Switch action the IVR working as expected and after a first loop call goes to the right path but this is not a requirement and we shouldn't play EWT if EWT < 20min.
Any thoughts on this issue please?
#ArchitectureandDesign#Implementation------------------------------
Ebrahim Shamouli
Byte Information Technology
------------------------------