Output Annotations text into a log

Hello there.

How can i output Annotation Text in to a Log.

output log image is like this.
(format : {time},{level},{message})
13:10:09.4842 ,
Info,
{
“fileName”: “Template.1.0.6627”,
“jobId”: “6da60261-4359-4e1f-aa7a-9d6dbb3f3bb0”,
“level”: “Information”,
“message”: “ended”,
“processName”: “processName”,
“processVersion”: “1.0.6627.25494”,
“robotName”: “robotName”,
“timeStamp”: “2018-02-27T13:10:09.4817287+09:00”,
“windowsIdentity”: “identity”,
“annotation”:“i want output this annotation text into a log”
}

Hi,

Not sure what you’re trying to do, but you can try Save As and export it to an Excel or Txt file which will output all activities and comments in the project to text. I’m not 100% sure if Annotations get exported with it though.

thank you for reply.

What I want to do is to output annotation information to “Execution Log” defined by Ui Path Robot(or studio).

@kinakomotitti: were you able to export the log on the Output window?