I have extracted the data from image and now i want to put the extracted data into notepad
Please let me know which activity and what logic is should use to do it.
Use “WriteTextFile” activity.
Read here about the activity - https://docs.uipath.com/activities/other/latest/workflow/write-text-file
Hi @office_work
You can use the write text file activity which write the text data into the notepad file.
Hope it helps!!
Here it is asking not to use the absolute path use relative path
How can i get the relative path
take an assign activity
strfilepath=“pass your file path”
pass that variable in the filename
cheers
relative path is recommended to use in the write text file activity.
Absolute path means while path like this “C:\Users\RPA\Downloads\Notepad.txt”
Relative path means while path like this “Notepad.txt”
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.