IS there a way to group table values by a common field value. Akin to Airtable’s grid grouping functionality?
Hi Allen!
This can work using the $group
function inside of a custom variable.
{{ $var "var_name" ($ group list_var "key")}}
Then you would loop over that new variable var_name
Hope this get’s you the results you are looking for! If you need more clarification, our team is always happy to help.
That does it, thanks for the pointer!
1 Like