Approval Group : Approval showing No Longer required
I have workflow activity Approval - Group , in which I have added 17 Groups for approval. I have Condtion based on Script for approval in which I have written below code. var approvalPercent = 50;var approvalCount = 0;for(var id in groups){ var group...
