Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/API/core/app-actions-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description: Write and run JavaScript code directly on the server or client to p

# App Actions V3

**App Actions V3** lets you write raw JavaScript code that executes on the server or client. Unlike the deprecated V2 function pipelines, V3 actions provide a simpler developer experience — write a single `execute(context)` function instead of building visual pipelines.
**App Actions V3** lets you write raw JavaScript code that executes on the server or client to run automatically at a scheduled time or carry out ad-hoc operations and automations. Unlike the deprecated V1 screen-based actions, V3 provides a simpler developer experience — write a single `execute(context)` function with your action logic instead of configuring a target screen with `onRemoteExecution`.

![How it works](/assets/img/app-actions.png)

## What's new in V3

Expand Down