Version 152 brings the Aggregate Data action node to Flows, and expands the types of action data sources you can use in Flows and apps.
Aggregate Data can now be used inside a Flow to compute sums, counts, averages, and other aggregations over a data source without reading objects into memory first.
Action data sources can now also be backed by enums or calendars, giving actions the same set of data source types you’re already used to on the app level.
This release also improves targeted deploy to allow deploying when an app has been deleted or changed to Dev Only, along with several bug fixes.
This is the last release before our summer break. No release channels will be bumped until the normal release cycle resumes on August 6th.
What’s New
- Targeted deploy: Allow deploy when an app has been deleted or changed to Dev Only (#7627)
- Flow Action Nodes: Aggregate Data (#7714)
- Enum action data sources in Flows/apps (#7715)
- Calendar action data sources in Flows/apps (#7716)
Bug Fixes
- Create Object on action variable: empty newValueList yields undefined while expanded-but-unset yields {} (#7683)
- Create Object picker accepts ARRAY-of-primitive for primitive accept-list, runtime stores as array (#7685)
- Binding null to an array schema property stores [null], not bare null (#7686)
- Create Object value-binding picker accepts cross-array schemaPath; resolver silently returns undefined (#7688)