Hello, i want to migrate a legacy app but i don’t know how to manage to get the uploaded autogenerated filename in a VB App.
I’ve seen this usefull video : Upload and Download Files in UiPath VB Apps - UiPath VB Apps Tutorial - YouTube
But in his interface he got the possibility to write Page.fileUploaderComponent.UploadFileToStorageBucket.UploadedFileName
On my interface, UploadFileToStorageBucket.UploadedFileName this is not recognized as a property of my file uploader object
What is missing or someone else have managed to do this on a new VB App ?
Thanks !
Note : as you can see here, no property available called UploadFileToStorageBucket