You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a new Google Spreadsheet block to a Flow, it comes with default attributes to produce an example spreadsheet. However, one of the keys is wrong, as is its value - therefore it does not retrieve the example spreadsheet. This could also make development difficult for users who are unaware of this issue.
The Debug block should display data:Array[4]. Upon expansion it should display the sample data provided by the example spreadsheet, specifically:
0:Object title:"The Left Hand of Darkness" author:"Ursula K. Le Guin" goodreads_rating:"4.05" $ on amazon:"8.75" 1:Object title:"Kindred" author:"Octavia Butler" goodreads_rating:"4.16" $ on amazon:"9.04" 2:Object title:"The Handmaid's Tale" author:"Margaret Atwood" goodreads_rating:"4.01" $ on amazon:"9.57" 3:Object title:"A Swiftly Tilting Planet" author:"Madeleine L'Engle" goodreads_rating:"4.12" $ on amazon:"6.8"
When adding a new Google Spreadsheet block to a Flow, it comes with default attributes to produce an example spreadsheet. However, one of the keys is wrong, as is its value - therefore it does not retrieve the example spreadsheet. This could also make development difficult for users who are unaware of this issue.
Reproduction steps
Expected behaviour
The Debug block should display
data:Array[4]
. Upon expansion it should display the sample data provided by the example spreadsheet, specifically:0:Object
title:"The Left Hand of Darkness"
author:"Ursula K. Le Guin"
goodreads_rating:"4.05"
$ on amazon:"8.75"
1:Object
title:"Kindred"
author:"Octavia Butler"
goodreads_rating:"4.16"
$ on amazon:"9.04"
2:Object
title:"The Handmaid's Tale"
author:"Margaret Atwood"
goodreads_rating:"4.01"
$ on amazon:"9.57"
3:Object
title:"A Swiftly Tilting Planet"
author:"Madeleine L'Engle"
goodreads_rating:"4.12"
$ on amazon:"6.8"
Flow Configuration
Default attributes
Corrected attributes
Runtime environment
The text was updated successfully, but these errors were encountered: