icon picker
Freerk

Filtering out multiple style elements on your canvas
In the community I got a response from . Since in his canvas he also had style elements like H2 and H3, he needed a way to only get the check boxes. I tweaked his suggestion just a bit and ended up with the snippet below.
thisRow.Notes._Merge().ToText().ParseJSON("$..style").ListCombine().Filter(CurrentValue.Contains("CheckboxList")).Count()
the general learning is that you have to add a filter in case you have multiple style elements in your canvas.
Freerk
Name
tasks
step0
step1
step1B
step1C
step2
allInOne
row 1
invoicing new client
calling supervisor
planning day

Testing Freerk logic

{"type":"slate","root":{"children":[{"alignment":"Left","children":[{"text":"invoicing new client"}],"id":"cl-grid-6wGfsPxNcz::i-EUTm8rpWUh::c-vL52NrhYBL-0","lineLevel":0,"style":"CheckboxList","type":"Line","isChecked":true},{"id":"cl-DqiLUBMMO4","type":"Line","style":"CheckboxList","children":[{"text":"calling supervisor"}],"alignment":"Left","lineLevel":0,"isChecked":true},{"id":"cl-iaTmXg6MBw","type":"Line","style":"CheckboxList","children":[{"text":"planning day"}],"alignment":"Left","lineLevel":0},{"id":"cl-LhA-3kqt8o","type":"Line","style":"Paragraph","children":[{"text":""}],"alignment":"Left","lineLevel":0},{"id":"cl-Ry3J-o5jC4","type":"Line","style":"H3","children":[{"text":"Testing Freerk logic"}],"alignment":"Left"}],"normalizationOpsQueue":[]}}
CheckboxListCheckboxListCheckboxListParagraphH3
CheckboxListCheckboxListCheckboxList
3
truetrue
There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.