Still new to this and I would like reach out to the community for some guidance.
I would like to create a contact information app that should be able to search, add and save the info Name, Address and Phone number. The data should reside in the local db. Any guidance is greatly appreciated, please assume I have min knowledge. Thanks
design the layout in the designer page.
First segment: You will need “text inputs” each for Name, address and phone number. And a button to “add” the entry.
Second segment: you will need a text input for user to enter text or numbers for search. 3 buttons to each to search by Name, Address or Phone number. And another text labels to display search results
go to the blocks page and start adding blocks. Use the block “when button click” and read the texts into an object variable with fields Name, Address and phone respectively. Then add the object as a “stored” list variable.
For search segment, you can use the blocks “for each item in list” and "does__ contains __ " blocks to run though the stored list and search for match. Then show it on text labels. You can also remove the item from the stored list using the “in list __ remove” blocks… … and more things you can do.
@aanshi6 Thanks for your help. This is a great start. I am unfamiliar with what Airtable is! I am a complete beginner with Thunkable and all coding tbh.
Ok that’s fine! Airtable is a database software, and its not that hard to use, it only took me about a week to master it! You have to start with creating an account. Here is a link:
Then, Create a new DB in airtable. Add an airtable component into Thunkable. You can learn how to fill out your key and base ID Using the Thunkable docs: https://docs.thunkable.com/spreadsheet
Once you are done with these step, I can help you program it. Hope this helps!