Hello,
Is it currenlty not possible to make the comments section for the Approval/Rejection area mandatory or required? If not is there any way to write something up, for example maybe compare if the comments section is empty, it will continously send an email to the one that's reviewing the file and let them know to put comments in.
Thank you and kind regards,
Noman
Solved! Go to Solution.
Yes you can put the Approval in a Loop, check the Comments when they come back and if they are empty you can resend the Approval.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Yes you can put the Approval in a Loop, check the Comments when they come back and if they are empty you can resend the Approval.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Can you share the flow for same.
Would be of great help.
any chance you can share additional insight on how this loop is created and checked?
1. step create a var CommentsReceived, type boolean, default value = false.
2. do until comments entered
3. CommentsReceived= true
4. start and wait for an approval
5. for each
6. Condition (response comments = null)
7. yes branch empty
8. no branch
set CommentsReceived= true so you can exit when there is comments
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
49 | |
29 | |
23 | |
20 | |
20 |