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)?
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.