Apify and Crawlee Official Forum

Updated 3 months ago

Actor Run page showing 0 results with named dataset

I'm developing an actor where the user can choose to use a named dataset and request queue instead of the default ones by setting input fields. When I run it with a named dataset and request queue, it works properly and the data and requests show up in the 'Storage' tab, but the Run detail page shows 0 results and references an unnamed dataset and request queue, both of which are empty. Do I need to do something in my code to indicate that the named dataset and request queues should be used (other than opening them)?
o
D
4 comments
Hi, this is currently not possible. Run detail page can only show run's default dataset and request queue.

To see the results in the output, you could push to both default and named datasets. For request queue, you could periodically update status message with "handled/total" requests.
For a pay-per-result actor, is this going to be a problem? Or will results be counted correctly?
only the results that you push to the default dataset will be included in pay per results costs
Got it, thanks for the help
Add a reply
Sign up and join the conversation on Discord