Using Output From One Actor As Input For Another
Specifically, let's say I want to connect the YouTube Channel Scraper (https://apify.com/streamers/youtube-channel-scraper) to the more generic YouTube Scraper (https://apify.com/streamers/youtube-scraper), which gives more details on videos than the Channel Scraper.
The Channel Scraper has as part of its output a list of video URLs, but I can't understand how to feed that in as an input to the generic Scraper, which asks for a text file / list of URLs. Is this even possible?
