Hi,
I've created a List Runner job that runs a total of 4 jobs. Sometimes when troubleshooting I will manually run the List Runner. Is it possible to add a Run Time column to the log that shows the Date or DateTime when the job ran? Below are the columns that get generated for the report. The "Time" column just shows the duration of the workflow run.
Thanks
Solved! Go to Solution.
You can add a formula tool after and the formula DateTimeNow() to get the current date/time
Thank you for that solution. I've added a new column for DateTimeNow() but I am receiving the below error when I run the workflow. I did not change the "Append To Existing Sheet" setting for the Output which has been working prior to adding the new column.
Error: Log: infoSID_listRunner_log.xlsx: Incoming field named "runTime" cannot be appended. All incoming fields must match (or be mapped to) a destination field name.
You can open up that spreadsheet and type "runTime" as a column header on the right hand side of your data. If you are using the append functionality it just needs to have that field name there.