Good Afternoon all,
I hope you are well. I was hoping someone with a little more experience in API’s and bubble could give me a little bit of guidance.
So, I am using sheety to currently transform my data in my google sheet into live data on an app which i’ve built in bubble.
For reference, my sheet includes a basic set of information such as Car Registration, Status of Vehicle (Sold, Etc), Location (Bodyshop, OnSite etc).
I have the info from Sheety such as the URL to make the request. I want to be able to pull specific information when clicking buttons.
I have buttons which I have attached a screenshot of when I click the buttons I want to be able to only show the relevant date in the group below. for Example - when I click sold, I want to only display the data from the API from the SOLD Section on my sheet. I know I can use the URL parameters (https://api.sheety.co/xxx/sheet1?filter[status]=SOLD
** Ive had to hide the url as it has sensitive information in **
I just need to understand better, how to only pull info from that parameter and then for each button repeated but of course show relevant info based on which button is pressed.
I hope this isn’t too confusing to understand
Thank you