I’m new to UiPath so bear with me.
I’m trying to create a workflow that:
- gets a filename from user
- sees if that file exists already, if so open it
- if not, create the new file and open it
- do stuff within that file.
I’m using notepad. The problem I’m having is that the filename is dynamic, so I’m not sure how to open the file using Use Application/Browser activity. Plus, the activities in the Do scope need to point to that file but it’s not known at development time.