Result of running

Hi,

does please someone know how to get the result of the execution of the xaml file? Where i should search?

thanks in advance

Hi @marica_licciardello,

If you given Write line you can see the output in output Pane
If you given message box,Pop up will come

The result of the xaml file, for example the value of a variable during runtime etc

Hi @marica_licciardello,

If you run in debug mode,you can see in output pane

But i need to see this in running mode. is there an xml file of the running?

But i need to see this in running mode. is there an xml file of the running?

Hi @marica_licciardello,

Can you share the screenshot

When I run an xaml file in UiPath, does it produce an xml output? In general

Hi @marica_licciardello,

Yes it will generate

Ok, where Can I find it?

Hi @marica_licciardello,

Where you given path there only it will generate output

Sorry,Did not understand. In which path? Not in the path where there is the xaml

You have to add Log activities to the xaml file workflow if you want to see the result of variables at certain times. Then you can check the Studio logs to see what those values are while running. I believe the default directory for the logs is C:\Users\yourUsername\AppData\Local\UiPath\Logs\.