DWilliames / google-sheets-sync-figma

82 stars 8 forks source link

Plugin applies duplicate value to last item despite being a different value #102

Open mydudechris opened 2 years ago

mydudechris commented 2 years ago

Describe the bug I have a table with 4 columns - title, priority, link1, link 2 Each column has a value, some similar, some different, example Priority can repeat as high/medium/etc I have a figma component, @#table with row items that include elements named after the columns #title, #priority, #link1, #link2 When running the plugin, the last item in the table is a duplicate of the first item in the table. However, the links are copied over, which is confusing. See attached screenshot.

To Reproduce https://docs.google.com/spreadsheets/d/1HbXigvEkyYBnOGTMldui4WmGnHHTOA2gDIiO_K4A5LI/edit?usp=sharing

Expected behavior Expectation is that the plugin will generate a new Row within @#table and copy the # elements to the text elements in Figma

Screen Shot 2022-04-25 at 10 45 26 AM