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
The **Action Triggers** toolbar, located at the top of the editor, displays a list of available
38
-
triggers. Each trigger has its own separate node editor, allowing you to create distinct logic
39
-
flows for different events. When you switch between triggers, the node editor updates to display
40
-
the logic specific to the selected action trigger.
37
+
When you open the Action Flow Editor, no triggers are added by default. To add a trigger, simply search for and select the desired one from the available options. The Action Triggers bar, located at the left of the editor, displays all added triggers.
If you rename your widget, the new name will automatically be updated and associated with this action flow. This makes it easier to keep track of the logic associated with each widget, ensuring clarity and better organization of your action flows.
190
-
191
-

216
+
:::
192
217
193
218
### Issues
194
219
@@ -197,39 +222,15 @@ these are neither issues in the whole project nor issues in all of the action fl
197
222
generated from the action flows bound to *this* widget. This includes *all* the action flows on
198
223
*all* the triggers and not just currently visible action flow on the selected trigger.
199
224
200
-
<div className="arcade-container" style={{
201
-
position: 'relative',
202
-
paddingBottom: 'calc(55.441478439425055% + 41px)', // Preserves the original aspect ratio and padding
0 commit comments