How can i return multiple output files?

I'm taking an input file from the user through the UI and processing each URL, writing the results into a dataset. However, some URLs might fail during processing, and I want to provide a list of those failed URLs. How can I achieve this in an Apify actor using Python?
Was this page helpful?