Hi i was watching and recreating the Barcode Scanner Tutorial using the Food Facts api and it works perfectly. But when i try to do the same using the google books api i have problems to set the output to a variable. I think it has something to do with the content being in a list called “items” and i I have read something in the docs that u have to specify a Response key path in that case, but i dont understand how this would work.
Here is the url to the book_api output from google books: https://www.googleapis.com/books/v1/volumes?q=intitle:Hab+inauthor:Mary%Higgins&key=AIzaSyAeS5GvSrQ6npWlFwF1fEmkDrSIKAEtcWY&projection=lite
I made a page variable with the same Properties of this schema, but i cant click on it.