Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Spreadsheet block default attributes are wrong #489

Open
CodeKrakken opened this issue Aug 14, 2024 · 0 comments
Open

Google Spreadsheet block default attributes are wrong #489

CodeKrakken opened this issue Aug 14, 2024 · 0 comments

Comments

@CodeKrakken
Copy link
Collaborator

CodeKrakken commented Aug 14, 2024

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.

wrong

correct

Reproduction steps

  1. Go to the workflow builder
  2. Add a Google Spreadsheet block
  3. Add a Debug block
  4. You will see an absence of data

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

  • OS: Ubuntu Studio 20.04
  • Browser: Firefox 128
  • App version: 0.5.0
  • Angular Version: 15.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant