Welcome to the
Apify Help Forum! Here, you can ask questions about developing on the Apify platform, using Apify services, share code snippets, and engage with or help other community members
In order to keep things organized, we recommend attaching a tag to your posts to help others understand what it is about!
IF YOU ARE POSTING CODE SNIPPETS:Please format your code accordingly! You can use single back-ticks to format small lines of code such as variables or method calls, and three back-ticks to format a large chunk of code!
const request = 'Please format your code snippets'
const foo = async () => {
const baz = await bar();
if (baz) return 'fizz';
return 'fuzz'
};
You can also specify the language the code it is for some syntax highlighting:
const foo = async () => {
const baz = await bar();
if (baz) return 'fizz';
return 'fuzz'
};
See examples in the image below.