google-sheets-sync-figma
google-sheets-sync-figma copied to clipboard
decimals in layer property values not consistently being updated - specifically rotation
Describe the bug When I update an X, Y, W, H, or Rotation Angle, they aren't being updated when synced. Sometimes they are updated. Sometimes they are skipped. Sometimes it changes the number.
To Reproduce
- A spreadsheet with several hundred rows. Like setting properties for a bunch of lines on a graph,
- For each line you want to set the x position, y position, rotation, and width.
- Example value: 848.925x,157.58y,3.34°,17.18w
- Name of the field in the spreadsheet: Graph Line 1
- The layer is labeled correctly as #Graph_Line_1.1
- The labeling works because I can update several other properties.
- The X, Y, and Width are usually updated fine with decimals.
- The rotation is sometimes updated or sometimes not at all, or sometimes changed.
- I know decimals in the Rotation field are allowed in Figma because I can change it manually.
- The plugin doesn't always update it. Not sure if it is how the plugin is updating the property in Figma, or that I have hundreds of rows in the spreadsheet, or the syntax i'm using above to update multiple properties at the same time?
Expected behavior All properties should be updated.
i think i got it to work. When putting in the degree symbol, you can't use char(176). When I copy and pasted the symbol º it worked. something you may want to test and add to the help files. 👍