Searching Lists, Local Databases, or Local Storage

I am making an app for an app challenge and I am trying to add a way to search, store, and create new PR’s (personal record) for a track team. I want to be able to have text boxes such as (Athlete Name, Event, PR, Date, Meet). However, I cannot figure out which way of storing information would be best as I want the user to be able to input, or select from a list, all of these elements. My main issue is how can I edit one of these information banks to what a user inputs.

Thanks

pls search in the forum first…theres multiple viable solutions posted already

1 Like

I suggest you to use local database but I don’t know if you can modify database values without the app you used it in. However, this is the most simple database to configure and use.

https://docs.thunkable.com/local-db

1 Like