Greetings! I have a SharePoint List to manage approvals for creating documents. The documents live in a SharePoint Library and there is a hyperlink field in the List to the document. The "Item link" field in the approval flow is used for this link to the document. In the approval flow, I also want to provide a link to the SharePoint List item so that the approvers can see all of the metadata about that request. Seems like it should be pretty simple, but I've not been successful providing a hyperlink to the SharePoint List item; it either comes out as a nasty-long URL, or I get the "InvalidAttachmentName" error.
This is what I've trying to do...
Suggestions?