How to get the currently running run id inside scraper code?
How to get the currently running run id inside scraper code?
At a glance
The community member is looking to get information to create named datasets based on a run ID. The comments suggest two ways to obtain the run ID: using the process.env.APIFY_ACTOR_RUN_ID environment variable or the Actor.getEnv() method from the Apify SDK, which provides the actorRunId property. One community member confirms that this information seems to be what the original poster needs and plans to test it soon.