Saving ppt

subhash

Member
Hi Team,

I have a ppt in my blueprism I want to save this to shared folder, and the file name should be say(201002-xyz) YYYYMM-filename .
can any one help me on this, I want to use code stage to save the PPT to shared folder
Inputs and code(vb.net), Is appreciated

Regards
 

ashokkumar

New Member
Hi Subhas,
You can use the below code.
Replace((Today() & "-" & [txt_FileName]), "/", "").
Refer the screenshot for details.

Thanks
 

Attachments

  • RPA Forum.PNG
    6.6 KB · Views: 12
Top