DWilliames / google-sheets-sync-figma

82 stars 8 forks source link

Fetching is skipping data alternate in first column #106

Closed hypericon closed 2 years ago

hypericon commented 2 years ago

Describe the bug Fetched data are shifted by one row in one column and some rows are skipped

COL1              COL2               COL3
DataR1C1       DataR1C2       DataR1C3
DataR2C1       DataR2C2       DataR2C3
DataR3C1       DataR3C2       DataR3C3
DataR4C1       DataR4C2       DataR4C3

Figma results in

FRAME1: DataR2C1, DataR1C2, DataR1C3
FRAME2: DataR4C1, DataR2C2, DataR2C3
FRAME3: DataR6C1, DataR3C2, DataR3C3

To Reproduce Simply load the google file and duplicate the frames. FIGMA

Expected behavior Normal fetching row per row