You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +63,7 @@ The Apify node offers two authentication methods to securely connect to your Api
63
63
1. Enter your Apify API token. (find it in the [Apify Console](https://console.apify.com/settings/integrations)).
64
64
1. Click **Save**.
65
65
66
-

66
+

67
67
68
68
### OAuth2 (cloud instance only)
69
69
@@ -72,7 +72,7 @@ The Apify node offers two authentication methods to securely connect to your Api
72
72
1. Select **Connect my account** and authorize with your Apify account.
73
73
1. n8n automatically retrieves and stores the OAuth2 tokens.
74
74
75
-

75
+

76
76
77
77
:::note
78
78
@@ -92,7 +92,7 @@ Start by building a basic workflow in n8n, then add the Apify node to handle tas
92
92
1. In the node's **Credentials** dropdown, choose the Apify credential you configured earlier. If you haven't configured any credentials, you can do so in this step. The process will be the same.
93
93
1. You can now use Apify node as a trigger or action in your workflow.
@@ -122,13 +122,13 @@ Actions allow you to perform operations like running an Actor within a workflow.
122
122
-**Memory**: Amount of memory allocated for the Actor run, in megabytes
123
123
-**Build Tag**: Specifies the Actor build tag to run. By default, the run uses the build specified in the default run configuration for the Actor (typically `latest`)
124
124
-**Wait for finish**: Whether to wait for the run to finish before continuing. If true, the node will wait for the run to complete (successfully or not) before moving to the next node
1. Add another Apify operation called **Get Dataset Items**.
127
127
- Set **Dataset ID** parameter as **defaultDatasetId** value received from the previous **Run Actor** node. This will give you the output of the Actor run
0 commit comments