I’m creating an astrology app that requires lat/long coordinates of place of birth in order to call an astrology api to post birth chart data to my firebase database. I am attempting to use the Mapbox autocomplete api to help the user accurately select their city of birth without spelling mistakes, etc. I can successfully call the Mapbox api, and get results (with a 200 code indicating success) but I cannot get the autocomplete results to appear in a dataviewer beneath the text input field. I’m attaching screenshots of a couple of things that I’ve tried to no avail. Grateful for any direction you can provide…
Hi @jessdennis1000abest6, welcome to Thunkable!
To set a list on a Data viewer you need to set the data into a local table (you can find many related topics in the community).
To avoid multiple blocks, I suggest to use a simple list component.
Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!