still-limeS
Apify & Crawlee3y ago
1 reply
still-lime

Output Schema not mapping properly

I have created an actor that takes as input an array of urls and processes them one by one after each process I save an object using Actor.pushData(my_output_object) and my_output_object = {
"url": result
}

but this schema is not being mapped properly to output when I am testing it on console

I have created datasetschema.json as explained here https://docs.apify.com/platform/actors/development/actor-definition/output-schema#example-with-inline-comments

but I am not sure I think it is because of I am pushing data should I save it in a single dataset
Output schema is designed to help Actor developers present the results to users in an attractive and comprehensive output UI.
Output schema | Platform | Apify Documentation
Was this page helpful?