Hello,
How do I make all comments from the approver and comments from the rejecter show up in my Comment field in my SharePoint list.
When I tried using the "responses comments" it put me in a for loop and then I only get approval comments and never rejection comments. What I want is both of course to be shown.
Thanks
Solved! Go to Solution.
Hi,
Can you please initiate and append the variable as VarApproverComments.
While updating the SharePoint list, add the appended string VarApproverComments instead of 'Response Comments'.
This will help you display all the comments whether approved or rejected. And it doesnt throw inside a loop as we already initialised it as variable.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
I followed this and it worked! Make sure to expand the comments in the SharePoint field only then you will see the rejection comments too.
Hi,
Can you please initiate and append the variable as VarApproverComments.
While updating the SharePoint list, add the appended string VarApproverComments instead of 'Response Comments'.
This will help you display all the comments whether approved or rejected. And it doesnt throw inside a loop as we already initialised it as variable.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Hello ,
Ok, I did that and it did work! However, is there a way to put the email name of the people that rejected and/or approved next to their comments?
Specifically, I would like to show just the name of the person who rejected the approval submission in an email. So, if there were 3 people are the third was the only person to reject, I would only want to see his name in an email.
I followed this and it worked! Make sure to expand the comments in the SharePoint field only then you will see the rejection comments too.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
25 | |
24 | |
23 | |
23 | |
19 |
User | Count |
---|---|
58 | |
39 | |
38 | |
29 | |
26 |