academy/deploying-your-code/inputs-outputs #1066
Replies: 1 comment
-
dataset.push_items('OUTPUT', value=[json.dumps(data, indent=4)]) threw an error because value wasn't a valid parameter. Use instead: dataset.push_items([data)]) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
academy/deploying-your-code/inputs-outputs
Learn to accept input into your actor, do something with it, and then return output. Actors can be written in any language, so this concept is language agnostic.
https://docs.apify.com/academy/deploying-your-code/inputs-outputs
Beta Was this translation helpful? Give feedback.
All reactions