I'd like to see an example of an approval work flow, which is initiated from a "From a selected item" in a sharepoint list, that takes the attachments in that sharepoint list and creates the "Open in App" link using the odopen://openFile method. Currently, the "Open in App" feature is built in to Document Libraries, but when you have attachments in a SharePoint list, opening them in the app is not an option automatically.
I know there are ways to create the link, but I cannot figure to to fill in all the data in a flow.
'Example Data Structure that I've found
odopen://openFile/?fileId=&siteId={}&listId={}&userEmail=&userId=&webUrl=https://&fileName=Example file.pdf'
If a list item needs to be passed around for approval, chances are at least one of those files needs to be able to be opened in whatever ap (PDF, Doc, etc) so that it can be reviewed, maybe modified, and signed.
Please provide a demo Flow which creates an approval workflow that send the approvers "Open in App" links