Skip to content

Commit 2b7c2f4

Browse files
committed
Tweak help text in node
1 parent 8f8f611 commit 2b7c2f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

nodes/datalink-poll.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,25 +83,26 @@
8383

8484
### Inputs
8585

86-
: pollFrequency (string) : Poll frequency (default `15 minutes`). Can be configured in seconds, minutes, hours, or days.
87-
: outputAllPolls (boolean) : Enable the "All results" output (disabled by default).
8886
: dataLinkName (string) : The name of the data explorer link.
87+
: returnType (string) : Select whether to return files, folders or everything.
88+
: pollFrequency (string) : Poll frequency (default `15 minutes`). Can be configured in seconds, minutes, hours, or days.
89+
: outputAllPolls (boolean) : Show the "every poll" output port. Emits an output file listing on every poll event, irrespective of changes (disabled by default).
8990
: basePath (string) : Path within the data link to start browsing. Leave blank for the root.
9091
: prefix (string) : Optional prefix filter for results (applies to folders and files)
9192
: pattern (string) : Optional regex pattern filter for results (applies to files only)
92-
: returnType (string) : Select whether to return files, folders or everything.
9393
: maxResults (number) : Maximum number of results to return (default 100).
94+
: depth (number) : Folder recursion depth (default 0).
9495
: workspaceId (string) : Override the workspace ID from the config node.
9596

96-
All inputs support msg._, flow._, global.\*, env, or JSONata expressions via the **typedInput**.
97+
All inputs support `msg`, `flow`, `global`, `env`, or JSONata expressions via the **typedInput**.
9798

9899
### Outputs
99100

100101
The node has two or three outputs depending on configuration:
101102

102-
1. **All results** (optional, disabled by default) Emitted every poll with the full list of files.
103-
2. **New results** Emitted only when new objects are detected since the previous poll.
104-
3. **Deleted results** Emitted only when objects are deleted since the previous poll.
103+
1. **All results** (optional, disabled by default) - Emitted every poll with the full list of files.
104+
2. **New results** - Emitted only when new objects are detected since the previous poll.
105+
3. **Deleted results** - Emitted only when objects are deleted since the previous poll.
105106

106107
All outputs have the following properties:
107108

@@ -113,7 +114,6 @@
113114
: payload.nextPoll (string) : ISO timestamp of the next scheduled poll.
114115
: payload.pollIntervalSeconds (number) : Poll interval duration in seconds.
115116

116-
All typed-input fields are identical to the _List files_ node with the addition of **poll frequency**.
117117
</script>
118118

119119
<script type="text/javascript">

0 commit comments

Comments
 (0)