Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Columns deleted after using macros

aparna0208
8 - Asteroid

Hi,

 

I am not familiar with macros but had to use one in my workflow that a colleague had built. It's basically used to normalize address fields like Floor to FL, Avenue to AVE etc. I tried to incorporate that in my workflow but the weird part is when I use that macro, few columns are removed but I didn't touch those fields at all. I'm wondering is this something to do with the new macro that I used? As seen in below snapshot I'm only selecting street address to normalize. The last snapshot indicates how some fields are removed after using the macro. Any thoughts or help would be appreciated. Thank you!

 

aparna0208_0-1671558612938.png

 

aparna0208_1-1671558707386.pngaparna0208_2-1671558752702.png

 

2 REPLIES 2
n8rushton
Alteryx Alumni (Retired)

My assumption based on what you are describing is that there is a select nested within the macro (second assumption being that this is the checklist you are selecting form) that is saying what fields can pass out of the macro. Macro's by nature require a schema to be very consistent as they enter the macro unless a lot of pre-work is put in to adjust dynamically. With this said, I would first reach out to the creator to see if they would be able to give you a direct easy fix. If not, the community would need the macro and likely a dataset uploaded here to really determine the culprit.

aparna0208
8 - Asteroid

@n8rushton yes, that's correct. I reached out to my colleague on this and also I figured out is it's because of the selection of what fields can pass out of the macro. I fixed that and now it's working fine. Thank you for your inputs:)

Labels
Top Solution Authors