Skip to main content
Nintex Community Menu Bar

Pull Comments from Task

  • February 22, 2016
  • 5 replies
  • 13 views

Forum|alt.badge.img+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

Forum|alt.badge.img+17
  • Nintex Partner
  • February 23, 2016

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.


Forum|alt.badge.img+9
  • February 23, 2016

Forum|alt.badge.img+9

Hi Andrew

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


Forum|alt.badge.img+9

Thank you I will try this as well.


Forum|alt.badge.img+5
  • Nintex Partner
  • February 24, 2016

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?