Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

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

No valid metadata

patricklshan
6 - Meteoroid

So I was working on this workflow to read APIs using the Python tool in Alteryx. However, I get the error message saying that there is no valid meta data. Furthermore, the JSON Parse tool says JSON field is missing. What am I doing wrong?

 

Reference for workflow Re: Using Python tool to do API - Alteryx Community

1 REPLY 1
gabrielvilella
14 - Magnetar

You need to write the result to the correct output anchor. Insert this as your last line in the Python code:

Alteryx.write(df,1)

 

I suggest you see the comment section of that page that you linked.

Labels