Group Rows
Groups the rows of a table by specified criteria.
Overview
This procedure groups the rows of a table by a specified column, such as "City" or "Department", and returns a list of JSON objects, where each object contains the group name and the rows that belong to it. It's useful when you need to split a dataset into meaningful categories to process each group separately, like handling orders by region or users by role.
Prerequisite Data
These required data elements must be present in the automation before using the procedure.
Data Name
Data Type
the table
Table
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Group Rows by a Column
Last updated
Was this helpful?