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

[Bug]: On importing a gsheets json [with selected gsheet authorized], the run query on page load does not function as expected #30101

Open
1 task done
btsgh opened this issue Jan 8, 2024 · 1 comment
Assignees
Labels
Bug Something isn't working Google Sheets Issues related to Google Sheets High This issue blocks a user from building or impacts a lot of users Integrations Product Issues related to a specific integration Medium effort Takes < 2 weeks Needs Triaging Needs attention from maintainers to triage Production Query & JS Pod Issues related to the query & JS Pod

Comments

@btsgh
Copy link
Collaborator

btsgh commented Jan 8, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

On importing a gsheets json [with selected gsheet authorized], the run query on page load does not function as expected

Steps To Reproduce

  • Create a new workspace, a new app, with Google sheets datasource, set to selected google sheets, and authorize it with a google sheet say Test1.
  • Create a query to Fetch Many Sheet rows, and bind this query result to a table.
  • Create another dummy page as well.
  • Export this application.
  • Import the above json into a new workspace and a new app
  • While importing, choose selected gsheets and point it to a different GSheet, say test2, save and authorize.
  • After import, On accessing the page with the above table, it shows data from the original sheet test1
  • Even if we browse between page 1 and page 2, to see if Run query on page load works to refresh data each time the page is loaded, the data from original sheet only is shown

Ideally it should show the data from the new sheet, or it should error out till we choose the correct sheet from the query dropdown

Only after we go to the query and choose the new sheet, run it again, then the data in the table gets updated.

Screen.Recording.2024-01-08.at.6.51.20.PM.mov

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

Cloud

@btsgh btsgh added Bug Something isn't working High This issue blocks a user from building or impacts a lot of users Production Needs Triaging Needs attention from maintainers to triage Google Sheets Issues related to Google Sheets Import-Export-App Issues related to importing and exporting apps labels Jan 8, 2024
@github-actions github-actions bot added Integrations Product Issues related to a specific integration Git Platform Issues related to the git & the app platform labels Jan 8, 2024
@rohan-arthur rohan-arthur added the Medium effort Takes < 2 weeks label Apr 11, 2024
@github-actions github-actions bot added the Query & JS Pod Issues related to the query & JS Pod label Apr 11, 2024
@rohan-arthur
Copy link
Contributor

marking it as (at least) medium effort since import app flow has historically been a problematic area causing regressions.

@infinitetrooper infinitetrooper removed Import-Export-App Issues related to importing and exporting apps Git Platform Issues related to the git & the app platform labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Google Sheets Issues related to Google Sheets High This issue blocks a user from building or impacts a lot of users Integrations Product Issues related to a specific integration Medium effort Takes < 2 weeks Needs Triaging Needs attention from maintainers to triage Production Query & JS Pod Issues related to the query & JS Pod
Projects
None yet
Development

No branches or pull requests

3 participants