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