You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
43
45
@@ -91,6 +93,16 @@ Automation wouldn't be automation if you had to do manual work. That's why Shuff
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
+
<imgwidth="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
+
94
106
## SSO and MFA
95
107
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)):
0 commit comments