Hi Codans,
I would like to use the button from table “testTemplate” to generate individual rows on “testResult”.
Currently, the button only works by consolidating all values in the one row and single column
Thanks.
Hi Codans,
I would like to use the button from table “testTemplate” to generate individual rows on “testResult”.
Currently, the button only works by consolidating all values in the one row and single column
Thanks.
hi @Hendrik_TnB , this post may help you out:
everything is a list, even if all the items live in one cell. They way to ‘speak to each item’ is giving them a (virtual) number using Sequence() so you can reference them one by one using FormulaMap() and Nth().
I guess you can work it out seen your experience with Coda.
Cheers,
Christiaan
Hi @Christiaan_Huizer ,
Yup thanks for pointing that out. Your medium post greatly help.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.