ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions.
Learn more here
Hi everyone, I’m creating a workflow in Alteryx that will call a Macro on a scheduled basis. The Macro receives the following inputs via a Text Input tool: Source Oracle table name Filter / WHERE clause (if applicable) Destination database/schema name in Snowflake Normally, the Macro processing is straightforward: I use Input Data (Oracle) and Output Data (Snowflake) to establish connections, and a few Control Parameters allow the Macro to sequentially move a set of tables from Oracle to Snowflake. However, this time I’m encountering some CLOB and BLOB fields that require additional processing, and I need some guidance. I have two main questions: Dynamic routing based on data type a) How can I analyze or parse an incoming table dynamically to identify the data types of each column? b) Once the data types are identified, how can I route them to different pipelines for processing? For example: Text, Date, Number → Default Snowflake datatypes BLOB → Use the BLOB Convert tool CLOB Handling CLOBs The sample table I tested on doesn’t have large CLOB values, but the workflow still times out at this step. I assume some additional processing is needed to move the CLOB. How should I handle this efficiently in Alteryx? I’m relatively new to Alteryx and have only used a limited set of tools, so any tips, best practices, or example workflows for handling CLOBs and BLOBs in a scheduled Macro would be greatly appreciated. Thank you in advance for your guidance!
... View more
This has to be a simple question to answer, but I just can't seem to find the answer, or accurately use the tools I thought I could use (cross tab or Dynamic rename) I just want to take the result under the 'Begin-Year' column and add it to the existing 'Submit Count' column header. Thank you in advance, Kim
... View more
Working on a workflow that needs to clean, score, and route leads coming from different traffic sources. Phonexa gives me the call tracking part, but once the data lands in Alteryx, I’m still refining the best way to distribute leads automatically without slowing everything down. Curious how others structure their pipelines when volumes grow and multiple campaigns run at once.
... View more
Hello all. I am trying to access a file from an internal SFTP server that we have. I am using the Text Input and the Download tools in Designer (v 2024.2). Please refer to the attached Download configuration details (I set-up DCM for the access to the SFTP server). When I run the process, I get the following error in Designer: Error transferring data. Func 'curl_easy_perform' failed, ret = 35, desc = SSL connect error. I don't believe that our SFTP server also requires a SSH key. Any thoughts on why I am getting this error? Mike
... View more