Pull Comments from Task

  • 22 February 2016
  • 5 replies
  • 1 view

Badge +9

Hello

I have an approval workflow and a column that saves the Approvers Comments, however I want to be able to just store the comment and not the name of the approver, the AD group or the time stamp in the column. Is this possible?

The goal is to save this comment to the word document that is tied to the library. The users want a table populated with just the approvers comments.

177634_pastedImage_0.png

177683_pastedImage_2.png


5 replies

Userlevel 7
Badge +17

It would have to be a form of a regular expression that would fetch this for you. I expect you should match all characters before and including the )) and remove those from the input. The result should be the comment.

Badge +9

see Get Task History and display on your form. from Dan Stoll

Badge +9

Hi Andrew

I would like to try Regular Expression but having trouble trying to just extract the comment. Could you possibly help?

Badge +9

Thank you I will try this as well.

Badge +5

Rency Gonzalez

Take a look these two postings they were very helpful to me.  I think they will help you also.

Remove approver comments

How can you remove the Not Required response from All Approver Comments? 

Reply