Transferring file only to database

Hello, I want to upload file only to database excluding the subfolders. Is there a way to do it? I tried using assign activity (path = "filepath) then I paste there the path of the file that I want to upload but after uploading it to my database the folder was also transferred and I want the file only to be transferred.

Hi @Gus_Fring

Welcome to community :slight_smile:
You have to set the path with the file name. Not only the path of folder.
For example you have the folder Temp in C and the file name is InputData.xlsx
Your path should be then: C:\Temp\InputData.xlsx

Best regards
Mahmoud

Thank you it works!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.