Hello! I wanna know if there is any way to save at the end of a process some “result” and display it in the dashboad like a new column or concatenate it in the method name.
For example in the succeeded process the actual columns are
Id | Job | Total Duration | Succeeded
444 | ProcessName | 500ms | 2 minutes ago
And I need something like
Id | Job | Total Duration | Result | Succeeded
444 | ProcessName | 500ms 2 | 2 rows edited | 2 minutes ago
Thanks!