which triggers a flow on my studio to launch the excel file
My objective is to trigger the flow to launch excel files dynamicaly as new files are added to the folder.
Thanks for any suggestions
Nitesh
Hi @Nithinkrishna
Thanks for looking out but can you elaborate the steps like which activity should be used in the flow and fow to pass the file name as argument dynamically?
Thanks
Nitesh
@Nithinkrishna
Yes a dymanic path with excel file name is created everytime before the runjob() function i mentioned in the question.
Your file ‘Internal_test’ has been saved at your local file system location:D:\learning\Automation\Internal_test.
I have to open that particular file which is saved
@Nithinkrishna
the file path is saved in a variable presently in my script.
At present I’m not able to open dynamic file names so while writing the new file I save it as project.xlsx and I have hardcoded the file name as project.xlsx in studio too.
So everytime a new file is generated it replaces the old file and the studio opens it after the flow gets triggered.
Hey @Nithinkrishna
Im not able to follow the step you mentioned. In startjobjson even if I pass the file name and location how should I take that value in the sequence of start process in studio?