We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Save workflow messages/log in database

rvanderhave
7 - Meteor

Hi all,

 

I want to save the output messages of the workflow, in particular errors and warnings, in a SQL database.

Is it possible to extract the messages and push them to the database? Or at least save them in an Excel file? 

 

Or is there a different way to create an output log? 

 

Thanks in advance for your response. 

10 REPLIES 10
IMSL
7 - Meteor

Hi @Claje 

Do you know how to change name of the Log file when I use User Settings to write the log in Logging Directory?

(

I am looking for an easier method than:

  • Use a Post-Run Script to Rename Log Files:

    After the workflow runs and generates the log files, you can use a post-run script to rename the log files. This can be achieved using a Run Command tool in Alteryx.

    )
Labels
Top Solution Authors