academy/deploying-your-code/inputs-outputs #1066
Replies: 1 comment 2 replies
|
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)]) |
2 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
All reactions