Hi everyone,
I am wondering if there is a workaround/solution without using make.com or scripting.
I have data in one column for example. The column is a linked field.
Items | Qty_to_Buy
A|5
A|1
B|1
B|1
B|6
C|10
I want to create a table with the following output.
A | 6
B|8
C|10
It is basically grouping by item but I want the output to show up as separate records. If possible I would like for it to be in the same base but a sync to other table also works. I would appreciate any suggestions. Thanks.