Skip to content

Commit 8d6f83a

Browse files
authored
Autocomplete added into Features
1 parent 6f13a43 commit 8d6f83a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/features.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Describes the features included with Shuffle.
1919
* [Encrypted Authentication Storage](#encrypted-authentication-storage)
2020
* [Built-in Documentation](#built-in-documentation)
2121
* [Automation Triggers](#triggers-of-all-kinds)
22+
* [Autocomplete](#autocomplete)
2223
* [SSO and MFA](#sso-and-mfa)
2324
* [Marketplace](#marketplace)
2425
* [Development AI](#development-ai)
@@ -38,6 +39,7 @@ Our workflow designer is the part of Shuffle that makes it all fit together. Tog
3839

3940
![Automation-builder](https://github.com/frikky/shuffle-docs/blob/master/assets/shuffle-workflow-1.png?raw=true)
4041

42+
4143
## Standard workflows and apps
4244
Shuffle comes pre-packaged with a [large amount of apps](https://github.com/frikky/shuffle-apps) and [workflows](https://github.com/frikky/shuffle-workflows), making it both easy to start using and extend. This, together with our [Marketplace](#marketplace) is what will bring security to new heights.
4345

@@ -91,6 +93,16 @@ Automation wouldn't be automation if you had to do manual work. That's why Shuff
9193

9294
Extension triggers (not exhaustive): AWS Lambda, AWS S3, Elastalert, Kafka, Pub/Sub
9395

96+
## Autocomplete
97+
The Autocomplete feature in the Workflow Editor allows you to dynamically reference and insert data from previous node executions into your current action or script.
98+
99+
When you open a field (such as the body, arguments, or parameters) and type the $ symbol or click the autocomplete icon, Shuffle automatically lists all available runtime variables and datastore entries from earlier workflow steps.
100+
101+
Each listed item represents data output from a previous node (for example, $phishing.value, $email_ids.value, or $testing.value). By selecting any of these variables, it automatically inserts the appropriate dynamic reference into your editor.
102+
103+
<img width="636" height="264" alt="Screenshot 2025-11-05 at 2 35 47 AM" src="https://github.com/user-attachments/assets/061fcbe8-1c7f-4f8a-9e49-7ab4380bd94a" />
104+
105+
94106
## SSO and MFA
95107
SSO and other required authentication mechanisms are already in play, and available to anyone who wants to use them rather than normal signin. Our main supported platforms are the following, with more platforms to come ([ask us!](https://shuffler.io/contact)):
96108
- Okta

0 commit comments

Comments
 (0)