I am opening the calculator from the start, do some calculation and get some value
Opening word pad and pasting that value in this word file.
closing calculator and saving the word file on the desktop
name of the file will be unique (lets say it is Document0.txt)
-if i run this project again it must be (Document1.txt)
-Again running it shows (Document2.txt, Document3.txt, and so on…)
So i have created it in such a way that it attempts to save the file from Document0 everytime
But this solution is undesirable, so i need the project to create a unique solution. ie directly store it as “Document4.txt” without checking with Document0, Document1 etc
I KNOW I HAAVE COMPLETED almost everything, but stuck in this part where uipath must recognize all the files on the desktop and create a new Document(counter).txt file everytime.
But you need to change the filename to include the directory you want (or just use "UiPath"+DateTime.Now.ToString("ddMMyyyyhhmmss")+".txt" to create in the .xaml’s location).
Then every time you run the workflow, a different filename will be used (depending on the timestamp).
there you have written with ““Document”+count.ToString” but you are saying you cannot able to use ““Document”+DateTime.now.Tostring()”. i am asking you to share that workflow where you failed to create with date stamp.
sorry if it was included in this workflow, i couldn’t able to find please share me screenshot.
ok, now i get what you mean
so i have been working on this small error for a while now and i tried multiple logics
Ithe one which i shared doesnt have that datatime.now,tostring thing.
but i tried it after i got some people saying it to me…
also i dont remember what exactly was the error.
i will surely let you know about it. can you plz give me your email or maybe whatsapp(if you dont mind)
I would like to keep you updated with my progress. I am handed ove rthe huge project, so i can use a help hand. please do respond. eagerly waiting