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
Hi, In the submitter's form you can display the comments in a paragraph field as read only and configure the showwhen parameter using a!isNotNullOrEmpty() for comment value. As a result, comments will be displayed dynamically to the Submitter after rejection by the Supervisor