Hello, i’m new to bubble and I’m struggling to get this going so i will appreciate any help at all.
I have a searchbox. When there are changes to the searchbox, I want to do an API call. This API call returns a JSON list of customers. I want to get the JSON response and add it to my app data. Then I want to display this data in a table in my app.
I currently have a search box and group of contacts on my app. I’m trying to get my app to get the value in the search box to add it to my API call in my API connector plugin.
Thanks in advance!