Skip to content

Commit 1a0f52f

Browse files
authored
Merge pull request #574 from sigmacomputing/stock-count-fixes
git-issue-573-fix
2 parents 0bf9c22 + ceaab24 commit 1a0f52f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

site/sigmaguides/src/aiapps_scheduled_actions/aiapps_scheduled_actions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environments: web
66
status: Published
77
feedback link: https://github.com/sigmacomputing/sigmaquickstarts/issues
88
tags: default
9-
lastUpdated: 2026-03-23
9+
lastUpdated: 2026-03-27
1010

1111
# Automate Inventory Alerts with Scheduled Actions
1212

@@ -235,15 +235,15 @@ Today()
235235
```
236236
- Status / Formula:
237237
```copy-code
238-
If([Low Stock Count/Low Stock Count] > 0, "Low Stock Alert", "All Clear")
238+
If([Low Stock Count/Stock Level] > 0, "Low Stock Alert", "All Clear")
239239
```
240240
- Items Flagged / Formula:
241241
```copy-code
242-
[Low Stock Count/Low Stock Count]
242+
[Low Stock Count/Stock Level]
243243
```
244244
- Notes / Formula:
245245
```copy-code
246-
If([Low Stock Count/Low Stock Count] > 0, "Nightly check detected products below threshold.", "Nightly check completed. All stock levels within acceptable range.")
246+
If([Low Stock Count/Stock Level] > 0, "Nightly check detected products below threshold.", "Nightly check completed. All stock levels within acceptable range.")
247247
```
248248

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

263263
Use the `Custom formula`:
264264
```copy-code
265-
[Low Stock Count/Low Stock Count] > 0
265+
[Low Stock Count/Stock Level] > 0
266266
```
267267

268268
<img src="assets/asa_14.png" width="600"/>
17.7 KB
Loading

0 commit comments

Comments
 (0)