Skip to content

Commit 4b692b0

Browse files
committed
docs: remove extra spaces
1 parent f7ef857 commit 4b692b0

File tree

1 file changed

+0
-5
lines changed
  • sources/platform/integrations/workflows-and-notifications

1 file changed

+0
-5
lines changed

sources/platform/integrations/workflows-and-notifications/n8n.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,12 @@ Actions allow you to perform operations like running an Actor within a workflow.
122122
- **Memory**: Amount of memory allocated for the Actor run, in megabytes
123123
- **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`)
124124
- **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
125-
126125
![Apify Node](../images/n8n-run-actor-example.png)
127-
128126
1. Add another Apify operation called **Get Dataset Items**.
129127
- Set **Dataset ID** parameter as **defaultDatasetId** value received from the previous **Run Actor** node. This will give you the output of the Actor run
130-
131128
![Apify Node](../images/n8n-get-dataset-items-example.png)
132-
133129
1. Add any subsequent nodes (e.g. Google Sheets) to process or store the output
134130
1. Save and execute the workflow
135-
136131
![Apify Node](../images/n8n-workflow-example.png)
137132

138133
## Available Operations

0 commit comments

Comments
 (0)