Is it possible to display notes from all of my approvers to email to my users without them having to click into the record?
4 respostas
Micah, I don't think that would be possible without the use of Apex where you need to query the Process Instance object. Now you could get fancy with Flows and store the approval comments in a custom object (dedicated to storing approval comments) and then send them out as a Final approval action (again using Flows) but that would need a lot of legwork.
For something like this, I would personally go the Apex route unless you have absolutely no developer assistance. Sorry I wish I had a better answer for you.