Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx Designer, Workflow with Macro Error, The entry point is invalid

brperkins2
7 - Meteor

I have an Alteryx workflow with a macro inside it. The Macro has an error saying The entry point is invalid. I am not sure how to resolve this error. I never renamed the macro. I have also saved this as a packaged workflow and am getting this error. I went to Options, Advanced Options, Workflow Dependencies and only see the shared drive location for the input files. I do not see a workflow dependency for the macro. I do not see an option to add this workflow dependency.

1 REPLY 1

Hi @brperkins2 

 

Will all files have the same sheet called "CB_9022963_MISSED_FEES_TRNSFRS_$"? If yes, you will need to update your macro to exclude this part. See below for configuration.

christine_assaad_0-1663366374634.png

If you have many different sheets, you will need to design your macro differently so it looks like  the below. Red Macro is similar to yours.

christine_assaad_1-1663366547079.png

Hope this helps. Cheers!

 

Labels
Top Solution Authors