Unfortunately, currently, there is no Nintex out of the box way to make the Form download locally on MS Edge besides using the following hack, that one of our users brought to us.
- Create a label on your form and add the following link as a hyperlink:: https://company.sharepoint.com/siteName/_layouts/download.aspx?SourceUrl=
- Replace “company” with your own company name and “siteName” with the site path.
- For example https://gamero365.sharepoint.com/myGames/_layouts/download.aspx?SourceUrl=
- The source URL should be the direct link to the attachment.
- The full URL will look this:
- https://company.sharepoint.com/siteName/_layouts/download.aspx?SourceUrl=https://gamero365.sharepoint.com/myGames/AttachedDoc.docx
- In any browser, the file will be downloaded, even in Edge.
Please note that the use of the provided workaround does not guarantee that Nintex will support it if anything breaks while using it.