Conditional Runner
If any input data is received, it runs a selected Alteryx module and outputs the logfile. If the module runs without error, it outputs the log to the Success output. If any errors, it outputs the log to the Failure output. In combination with the Runner tool it enables running a series of modules where the next module in the chain only runs on success of the previous module. Use in combination with the Log Parser tool to parse the log into an Alteryx data table.
Source: CReW Macros
Link: I:\CD Work\London\Data Analytics\Data repository\Alteryx\Alteryx macros\From web
List Runner
Takes a list of Alteryx modules as a data input and runs them one after the other. It then outputs all of the logs to a single output with a field indicating success or failure. Use in combination with the Log Parser tool to parse the log into an Alteryx data table.
Source: CReW Macros
Link: I:\CD Work\London\Data Analytics\Data repository\Alteryx\Alteryx macros\From web
Log Parser
Parses an Alteryx log into an Alteryx data table. Works well in combintation with the Runner, Conditional Runner and List Runner tools.
Source: CReW Macros
Link: I:\CD Work\London\Data Analytics\Data repository\Alteryx\Alteryx macros\From web
Runner
Runs a selected Alteryx module and outputs the logfile. If the module runs without error, it outputs the log to the Success output. If any errors, it outputs the log to the Failure output. In combination with the Conditional Runner tool it enables running a series of modules where the next module in the chain only runs on success of the previous module. Use in combination with the Log Parser tool to parse the log into an Alteryx data table.
Source: CReW Macros
Link: I:\CD Work\London\Data Analytics\Data repository\Alteryx\Alteryx macros\From web
Cache Data
Source: L.E.K.
Link: I:\CD Work\London\Data Analytics\Data repository\Alteryx\Alteryx macros\LEK