I use the File Upload Widget to select an other file and mak
e some changes to this file and save it again with an adjusted filename.
1st step: / /
2nd step:
Now I selected an other file from the same share drive (R:) and if I look into the flow variables after selection, then you see in flow variable “file-upload-input” the path c:\Users\geurtsr\AppData\Local.… instead of R:\Ron\Example Data Screen Tools.…
How can I get the path of the new selected file in a flow variable instead of the temp created path
This is a workflow where i use the File Upload Widget. To test this workflow, you have to set the default path and file in the File Upload Widget first. Then you can run this en see what happens. Hopefully it will be clear to you.
So what I like is to have the selected path and filename in the flow variable of the File Upload Widget and that I can change this path in with the String Manipulation Node. If you need other info, please let me know
seems like this is a bug on our end. I created a bug ticket for it (internal reference UIEXT-670).
Until the bug is fixed you could use one of the other two variables and remove the starting protocol with a string manipulation node for example.
thanks for your reply and creating a bug ticket.
But I can’t use another variable, because if you select a file in another directory it is in none of the variables. Two have the def path in it and the others the temp path on the C drive.