Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environments: web
status: Published
feedback link: https://github.com/sigmacomputing/sigmaquickstarts/issues
tags: default
lastUpdated: 2026-03-23
lastUpdated: 2026-03-27

# Automate Inventory Alerts with Scheduled Actions

Expand Down Expand Up @@ -235,15 +235,15 @@ Today()
```
- Status / Formula:
```copy-code
If([Low Stock Count/Low Stock Count] > 0, "Low Stock Alert", "All Clear")
If([Low Stock Count/Stock Level] > 0, "Low Stock Alert", "All Clear")
```
- Items Flagged / Formula:
```copy-code
[Low Stock Count/Low Stock Count]
[Low Stock Count/Stock Level]
```
- Notes / Formula:
```copy-code
If([Low Stock Count/Low Stock Count] > 0, "Nightly check detected products below threshold.", "Nightly check completed. All stock levels within acceptable range.")
If([Low Stock Count/Stock Level] > 0, "Nightly check detected products below threshold.", "Nightly check completed. All stock levels within acceptable range.")
```

<img src="assets/asa_12.png" width="800"/>
Expand All @@ -262,7 +262,7 @@ Add a `Condition`:

Use the `Custom formula`:
```copy-code
[Low Stock Count/Low Stock Count] > 0
[Low Stock Count/Stock Level] > 0
```

<img src="assets/asa_14.png" width="600"/>
Expand Down
Binary file modified site/sigmaguides/src/aiapps_scheduled_actions/assets/asa_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading