Tune Alteryx Imports
PlaidCloud imports Alteryx workflows into Advanced workflows and reports conversion details during import. Use this guide to quickly complete dependency packages, review generated macros, tune variables, and interpret validation comparisons.
Complete Input Files
Section titled “Complete Input Files”Symptoms:
- A converted input step cannot find a file.
- Dynamic input resolves to no files.
- Validation row counts are lower than expected.
Actions:
- Confirm the file was included in the import package.
- Confirm the file was uploaded to the selected Document path.
- Confirm dynamic file patterns still match after upload.
- Re-import or update the converted step to use the correct Document path.
Complete Spatial Sidecars
Section titled “Complete Spatial Sidecars”Symptoms:
- Spatial input needs a companion file.
- Geometry fields are empty.
- Spatial output differs from the expected result.
Actions:
- Confirm all shapefile or MapInfo sidecars were included.
- Keep sidecars in the same Document folder.
- Confirm projection files are present when the workflow depends on coordinate reference behavior.
- Rerun the workflow after correcting the package.
Complete Or Clarify Macros
Section titled “Complete Or Clarify Macros”Symptoms:
- A macro call cannot resolve.
- Macro inputs or outputs are not connected.
- A workflow imports structurally and a macro output needs to be connected.
Actions:
- Include the
.yxmcfile for each referenced macro. - Include nested macros called by those macros.
- Avoid duplicate macro names unless the package intentionally includes versioned macros.
- Confirm the generated PlaidCloud macro has macro input and macro output steps.
Workflow Variable Issues
Section titled “Workflow Variable Issues”Symptoms:
- A converted app input is unset.
- A condition fires unexpectedly.
- A file or folder variable points to a desktop path.
Actions:
- Review workflow variables before running.
- Set required values.
- Replace desktop file paths with Document file or folder paths.
- Confirm controlled choices match the expected app selection.
- Rerun the workflow.
Validation Differences
Section titled “Validation Differences”Symptoms:
- Schema differs.
- Row count differs.
- Row values differ.
- Artifact output has a difference to review.
Actions:
- Confirm the same input data was used in both runs.
- Confirm variable values match.
- Confirm source systems are from the same snapshot date.
- Review null handling, date handling, numeric precision, and string collation.
- For spatial outputs, review geometry format and coordinate reference behavior.
- For artifacts, confirm the intended cloud-native output and compare the business content.
Executor Notes
Section titled “Executor Notes”Specialized operations such as fuzzy matching, spatial processing, machine learning, PDF extraction, OCR, NLP, and reporting can run through managed executors.
If an executor reports a note:
- Open the workflow run details.
- Review the step note.
- Confirm required inputs and parameters are present.
- Confirm expected output fixtures are available if parity validation is required.
- Rerun after correcting inputs or settings.
When To Re-Import
Section titled “When To Re-Import”Re-import when:
- Important files or macros were added after the original package.
- The wrong Document path was selected.
- A newer workflow version should replace the imported version.
- The workflow package needs a cleaner dependency layout.
If only a variable value, credential, or Document path changed, updating the converted workflow may be enough.