How to dynamically choose a file path
Please explain your use case in brief in order for us to advise your further.
Regards,
V
You can create a variable of type System.Windows.Forms.OpenFileDialog. Then add an Invoke Method activity with the following:
TargetType = null
TargetObject = [your variable]
MethodName = ShowDialog
2 Likes
im getting a error if i choose null as target type
Is it similar to Select FIle and Select Folder in Activities?