Hello,
I have a master inventory table that I’d like to link to each instance a SKU was purchased:
Master Inv Table
SKU 8831
Purchase Table:
ID#1 SKU 8831 QTY 2
ID#2 SKU 8831 QTY 5
Now I’ve been able to do this when using a reference column by just having n8n provide the Row ID. However, on a reference list it’s not working. I’m assuming it needs the list in a particular format?
I tried ID#1,ID#2, etc , but even typing these in directly into Grist doesn’t work. However, if the column type was set to “text” first and then converted to reference list, the same format (ID#1, #2) works!!
Hope that made sense!
TLDR: how do I programmatically link hundreds of rows on a column reference list?