CA
national-gold
Dataset storage is returning empty result
Hi, I created an actor and after ever run, the result is always empty, what do I need to do to ensure I can get the result on my apify console.

2 Replies
Hello @Litmus-zhang ,
may you share the a part of code which you are using to store data to dataset? May you provide us with the runId (You can send it to me to PM)? Do you call
Actor.init()
at least once before you store the information to the dataset?national-goldOP•3y ago
Hi @Pepa J, I was able to fix it, though I did not use Actor.init()
I used
Dataset.exportToJson()
method