Hi All,
I want to automate the process of opening excel & pptx files from the server location (where user has access) for user and as of now user need to going manually to that location and opening the respective files.
1) I had Used the following command through Alteryx 'Run command' and its working fine when I ran the app through designer on server. When I ran it as app from gallery it opening files on server as server 'cmd' triggered, but I want to open it on user machine. Is there any way to do it?
start excel.exe "Location\file.xlsx"
start powerpnt.exe "Location\file.pptx"
2) I had tried linking files along with their paths through 'interface designer', its working when I ran through designer on server and not working through gallery. Is there any way to achieve the functionality that user need to have click on that related file hyper link and it should open the files through Alteryx gallery from the original location then user review & update them if needed ?
3) Mainly, I do not want to output to other locations or download as they are inter linked through think-cell.
Appreciate your help.
Regards,