Happy 8th birthday to the Maveryx Community! Take a walk down memory lane in our birthday blog, and don't miss out on the awesome birthday present that all Maveryx Community members get to take advantage of!

Alteryx Designer Desktop Discussions

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

Python tool not sending field names to rest of workflow

nakamott
8 - Asteroid

Hi Community,

 

I am making an API call with the python tool. I am able to export a dataframe to Tableau no problem.

 

I can't do any data manipulation though, because the field names are not showing up in other tools.

 

See below:

browse tool loads 121 fields

Select tool results window shows 121 fields

Select tool configuration window shows 0 fields

Auto Field shows 0 fields available for selection

 

Is there a way I can cache the data between the python tool and Auto Field tool?

 

Capture.PNG

1 REPLY 1
patrick_digan
17 - Castor
17 - Castor

@nakamott It seems very manual and tedious, but perhaps you can write the metadata out using the method that @PaulN showed here: https://community.alteryx.com/t5/Alteryx-Knowledge-Base/How-To-Manage-Metadata-in-the-Python-tool/ta...


Labels