In a process flow, if an user submits a form, it goes to supervisor suppose. Supervisor rejects with a comment and again it comes back to an user who submitted. Then how will I be able to show the comment to the user who submitted the form which is additional information.
Discussion posts and replies are publicly visible
Store the user and manager comment in 2 separate PVs and display the 2 comments in the user interface?