How to Save each file a new name

Hi,

Anybody know how can save screenshot with new name in UiPath My cases:

  • I Have 400K url in excel and
  • Read range >> this is ok
  • Open web browser >> this is ok
  • Take screenshot >> this is ok (each url)

But i do not Save this screenshot in folder as a new name.

Give Some name with date time for eg., ā€œsomenameā€+DateTime.now.tostring(ā€œddMMyyyyhhmmssā€)
hope this will help you
regards,
Pathrudu

1 Like

it worked:) thanks a lot

1 Like

Hi @pathrudu ,

I tried to save .txt a new file name and its ok.
But do not save a new .jpeg format.

Save format >> ā€œC:\Users\xxx\Desktop\Untitled.jpgā€+DateTime.now.tostring(ā€œddMMyyyyhhmmssā€)

But this error

2018-10-18_11-03-40

ā€œC:\Users\xxx\Desktop\Untitledā€+DateTime.now.tostring(ā€œddMMyyyyhhmmssā€)+ā€.jpeg"

try this

1 Like