|
83 | 83 |
|
84 | 84 | ### Inputs |
85 | 85 |
|
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). |
88 | 86 | : 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). |
89 | 90 | : basePath (string) : Path within the data link to start browsing. Leave blank for the root. |
90 | 91 | : prefix (string) : Optional prefix filter for results (applies to folders and files) |
91 | 92 | : pattern (string) : Optional regex pattern filter for results (applies to files only) |
92 | | -: returnType (string) : Select whether to return files, folders or everything. |
93 | 93 | : maxResults (number) : Maximum number of results to return (default 100). |
| 94 | +: depth (number) : Folder recursion depth (default 0). |
94 | 95 | : workspaceId (string) : Override the workspace ID from the config node. |
95 | 96 |
|
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**. |
97 | 98 |
|
98 | 99 | ### Outputs |
99 | 100 |
|
100 | 101 | The node has two or three outputs depending on configuration: |
101 | 102 |
|
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. |
105 | 106 |
|
106 | 107 | All outputs have the following properties: |
107 | 108 |
|
|
113 | 114 | : payload.nextPoll (string) : ISO timestamp of the next scheduled poll. |
114 | 115 | : payload.pollIntervalSeconds (number) : Poll interval duration in seconds. |
115 | 116 |
|
116 | | -All typed-input fields are identical to the _List files_ node with the addition of **poll frequency**. |
117 | 117 | </script> |
118 | 118 |
|
119 | 119 | <script type="text/javascript"> |
|
0 commit comments