Hi All!
I have a use case where we need to log every run of a workflow as a new row in a database table. Basically we need to output various elements of the results window into a SQL Server DB. Such as, rows inserted/update, length of workflow run, rows queried, source db/file path, etc.
I can't imagine I am the only one who has come up against this...just looking to see if anyone out there has solved it.
Thanks!