Hi, I developed an app to scan books' barcodes and get the info. I was testing with a little google sheets' page that I wrote and it was all working fine. Now I've copied and pasted all the real data to the sheet and now my app is showing me each result twice (for example, if author is
Stephen King
it shows me
"Stephen King","Stephen King"
as a result)
How can I fix it?
This is the google sheets "normal" link (not the one with the last part modifyed for the app) https://docs.google.com/spreadsheets/d/119_MWFdAiZH_TwqU2rYHWx-pH3rvSULpbQrOxJBUqic/edit?usp=sharing
Thanks in advance!!
Here is a result from a book I manually entered in the database:
Here is a result from a book I copied and pasted in the database. I think there's something wrong with this copy paste step...
And here the blocks:
TIMAI2
March 31, 2023, 2:20pm
3
You appear to have taken a very long-winded and over-complicated route to return your data, this is probably a part of the problem
You do not show the web1.url, which makes it difficult to see what data you are calling back to the app.
You may find it better to make a gviz query on the data based upon the value you wish to query, this will then return only those results.
If you wish to share your aia project, I can take a look for you
ABG
March 31, 2023, 2:28pm
4
Compare rows 2 and 531 in your sheet.
Could it be you added some books twice to the sheet?
No because I filtered my sheet to delete all repetited entries. So there's only one for each...
It works perfectly!!!!
Lots of thanks!!
1 Like
this sheet doesnot have permission to read by anyone..
I've just realized and deleted my absurd question
Thanks
1 Like
system
Closed
April 7, 2023, 9:11pm
12
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.