Commit 8d6a8e3
This Flow Action uses a GlideAggregate query to count records from a specified table based on input conditions, then returns the result as an integer output. It accepts a table name and an encoded query string, executes the count, and makes the value available for use in downstream flow logic. (#11)
This utility is useful because many flows need to make decisions or trigger actions depending on whether records exist or how many meet a condition. By packaging this into a reusable action, it eliminates the need for repetitive scripting, reduces errors, and gives builders a straightforward way to incorporate record counts into their automation.
Co-authored-by: admin <[email protected]>1 parent d49af07 commit 8d6a8e3
File tree
3 files changed
+2175
-2
lines changed- b812ceb69337a210633378917cba10bc
- update
3 files changed
+2175
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments