Skip to content

Commit a2e0316

Browse files
authored
Merge branch 'main' into kibana-rn-test
2 parents d2ac4ad + d0f8339 commit a2e0316

File tree

5 files changed

+134
-69
lines changed

5 files changed

+134
-69
lines changed

explore-analyze/workflows/data/templating.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ message: |
186186
Created: {{user.created_at | date: "%Y-%m-%d"}}
187187
```
188188

189+
:::{note}
190+
Workflows supports all available LiquidJS [filters](https://liquidjs.com/filters/overview.html).
191+
:::
192+
189193
### Preserve array and object types [workflows-preserve-types]
190194

191195
When passing arrays or objects between steps, use the type-preserving syntax (`${{ }}`) to avoid stringification:

explore-analyze/workflows/steps/action-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Refer to [](/explore-analyze/workflows/steps/kibana.md) for more information.
4141

4242
## External systems and apps
4343

44-
External actions allow your workflows to communicate with third-party systems using connectors. Use external actions to:
44+
External actions allow your workflows to communicate with third-party systems using [connectors](kibana:/reference/connectors-kibana.md). Use external actions to:
4545

4646
* Send notifications to Slack or email
4747
* Create incidents in ServiceNow

0 commit comments

Comments
 (0)