I have a Nintex Responsive form with 60 + questions each with its own comment field. This form goes through three levels of approvers and each approver has the option to add comments to any one of the questions.
When a form is submitted, a workflow will run that will append the Date, Name of Approver, and their comment (if any) to a comment history textbox for that question:
Ex: {Variable:Current Date} {Current Item:Modified By}: {Current Item:Question01Comments}
Each comment submitted by the approver will be appended to the previous comment. This will help the current approver see any comments the previous approver submitted.
Since there are so many comment boxes, and they the action to append columns is the same for each textbox, is there a more elegant way to perform this functionality without having to create multiple actions that perform the same steps for each textbox? Is it possible to use a loop to update any comment boxes that have a comment? If so, what is the best way to do this.
Any information would be greatly appreciated!