![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| 1. We have AA Premier and we want to track who ran the macro and when and append that information into a CVS file on the network. 2. With the who and when information we also want add information which was gathered during the execution of the macro. Text which was cut and pasted during the execution of the macro which pertained to the task which was done during the running of the macro. From the forums I found how to figure out the users logged in information..the rest is a little vague. |
| |||
| Hello, Using 'Log to File' command, you can add/append timestamp to a text file. Also, using 'Log to File' command you can log text which you cut and paste using $Clipboard$ command. Text format of command would appear as follows, Log to File: $Clipboard$ in "X:\Temp.txt" You can find 'Log to File' command under 'Programs/Files/Windows' command category. (For reference, see attached screenshot) |