I am using add to log fields activity in UiPath and add all my log messages to this activity. I want to print all the values stored during my automation that I have added to Log Fields Activity in studio to debug for an issue.
How do I do this ?
I am using add to log fields activity in UiPath and add all my log messages to this activity. I want to print all the values stored during my automation that I have added to Log Fields Activity in studio to debug for an issue.
How do I do this ?
Additional log fields you don’t need to print it because those are already available in every log message you log. Just click on the below highlighted icon and you will get the log fields added to that log message.
Why to use Log fields?
If you want to log those fields, it’s better to store it in a variable of type dictionary or something and get it logged.
Double click on message in studio or on the small info icon which shows you all the log fields as well
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.