Upload File Version in Studio X

Hi everyone, how do I display parent foler when drug and drop “Upload File Version” activitiy in main process flow in Stduio X.

When I dropped the activity, only I can find is Box connections column.

under condition

  • StudioX 2023.10.4
  • integration Service Activities : v1.18.0

@takada-r

Welcome to the community

once you give the connection or select the connection it will load more fields it need

where you can give the file id directly..no need of any folder and all

Try this approach
Use a Find Files and Folders activity to locate the file in Box the one you want to update and the result of that activity is passed into Upload File Version. The studioX will automatically use the correct parent folder from that file reference, so you don’t need to manually set Parent Folder.

Cheers

thanks for your assistance.
i put on the “get folder items” behind “get folder info”, error message indicates he cannot find the folder.
if you have any advice, please let me know.

thanks for your prompt reply.
i would like to upload file A in AA folder to BB folder, while file A’ that is the same file name with file A in BB folder.
could you understand what i’d like to?

@takada-r

Then you need to use copy file

And here as well you need to use ids ..they are unique to each file and folder

Cheers

1 Like

Thanks. I tried to “copy”. then I cannot upload when the same name file has already exists. (conflict error)…
This file was handeled by hundreds employee thus file name should not be changed.
Regards.

@takada-r

In that case you need first use list objects and check if file is present

Then if present use delete file and then copy else copy directly

Cheers

1 Like

@Anil_G
I got it! I appreciate your kindness support on this issue!
Best Regards.

1 Like