I have a flow configured and running. Essentially, it checks a directory using the File System connector. If a new file has been added, it starts the approval process. When the file is approved the file is moved to a second directory for processing. Functionally it's working great. Approvals are fast and most of the kinks have been worked out.
However, I'm struggling with creating a link to the unapproved file so that the approvers can review it before making a decision. I've tried using HTML to create a path using the file:////path/to/file convention, but in the Approvals app in Teams, it isn't rendering properly. Is there an easy way to have this occur. Unfortunately it isn't acceptable to attach the file to the request, as the files are intended to be ephemeral and can't live beyond their initial creation.