Can Grist copy/paste a row from a widget into a current table?

Is it possible to reference row 2 here from this widget and have it copy/pasted into another table? I will have a bunch of different widgets, like 30-40 in total. And I will want to copy/paste just that 1 row from each of them so I can see them all in a list. This way I can see the count of each unit and the unit name next to it.

Hi @gristexplorer.

You can definitely reference rows in summary tables from other tables. The general approach is to use the lookupOne method of the summary table, and specify the field/value pair(s) to use for looking up the row.

George