Is it possible to open windows explorer folder of documents through interface. if yes then how?
Discussion posts and replies are publicly visible
Hi ankitas209 ,
From the interface you can use Safe link function to call the URL. Pass the documents path to the URI parameter of the function. So when you click on the link it will redirect to documents path
I don't believe this will work if you're trying to pass in document/folder paths to the user's local filesystem.
Kiran said:Pass the documents path to the URI parameter of the function
Yes, safeLink() is throwing error, is there any other approach to achieve this.
Not without using some plug-in that I don't know about. Generally Appian has zero visibility of the user's local filesystem and no way to interact with it other than the upload / download document functionalities.
Any modern browser from the last 15 years prevents interactions with the users desktop out of security reasons.