Hi,
I have currently implemented a workflow that records Approval responses up to 3 times for the same request if the approver needs more information. This is a clunky implementation and I am looking for ways to improve it by simply using "comments".
The outcome I'd like to see is:
- Employee completes form and triggers the Approval Request
- Approver receives request and can "Approve" or "Ask for more Info"
- Approver has option to add a comment about the info he needs
- "Ask for more info" triggers an update request where employee sees the comment in the Update Request and can then reply with a comment.
- New comment triggers the Approval Request where Approver can see comment and either "Approve" or "Ask for more Info"
- Cycle repeats at least one more time before it can be rejected or Approved.
Currently, I have columns "Response 1", "Response 2" , etc... but this is not intuitive and the users (employee and Approver) do not get a good experience and then just resort to email. Allowing this interaction via comments will feel more natural and will encourage them to use Smartsheet as the mechanism.
My attempts to implement it as described in the 5 points above has led to Update Request being sent before the Approver has made comments or next Approval Request being sent before employee has made comments.
If someone has done this or similar before, please point me to the use case so I can implement best practice.
Thank you in advance!