Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Hi there! Has anyone seen this before? We have workflows that use a custom Python tool with the same code. They are run at different times. Periodially we get this error on the Server, but it's confirmed that the package is installed on the Server. Some times the workflow works and is successful, other times its not. from boxsdk.object.folder import Folder ModuleNotFoundError: No module named 'boxsdk' Any insight is appreciated!
... View more
Hello community, I'm looking for performance metrics of Alteryx Server when running on Linux (CentOS, RHEL). I'd appreciate if someone could share details of a high level figures of a real implementation. Thanks.
... View more
Supporting an upgrade from 2023.1 to 2025.1 Anyone gone through this recently and can (1) provide any guidance on quirks or things to watch out for and (2) confirm whether we will have to re-upload all our workflows or not? I'm seeing in some places that the workflows will not port over from 2023.1 to 2025.1? That seems... odd but seeing if others can chime in before planning next steps. While I certainly appreciate links to knowledge articles, I'm really hoping for first-hand and summarized feedback. Thanks, -Jay
... View more
Pass IDs from Output of Container 1 as comma separated value in input of SQL query of Container 2. We have a control container in Alteryx 2024 which prepares a list if EMP_ID as output after all transformation which can be stored as Alteryx DB, excel, etc. which is then compared with master list to check for new and old, New not present in master and Old - already present in master. 2nd container has an input as SQL query oracle database we need to pass the output EMP_ID as comma separate value obtained in point 1 as input in where clause of SQL query of input of Container 2. we have 02 queries as union New ID are to be passed, and data are to be fetched for 06 months for old id data needs to be fetched for 01 months select * from table_A
where ID in (new id's separated by comma)
and month_id between 202503 and 202509
UNION
select * from Table_A
where ID in (old id's separated by comma)
and month_id between 202509 d. month is already dynamic as derived from max date of TAble. I need to figure out a way to pass id' dynamically from container 1
... View more
If you need to merge several PDF documents into a single file and renumber the pages, you might consider using Python code. However, Alteryx offers a no-code solution that leverages its built-in tools to perform this task efficiently. Hope looking at the image you can configure the workflow to combine the PDFs and renumber them.
... View more