Hi!
I’m currently developing an App where users must give their rating on health questions, example stress levels. So I want them to check-in their rating everyday and that to be stored in a local data storage in Thunkable.
I manage to make a data storage and it’s 7 questions (made as column) and the row (should be days). I tried to make the app create new row in data storage for every new day and the rating for that day saves according to the row number.
Example:
User X start using the App 15 April 2025 (Row 1), 16 April (App create new row, now data is written from Rating tool to Row 2), 17 April (App create new row, now data is written from Rating tool to Row 3) and so its going…
I will also have a statistic page where the user should could compare the results over time and between 2 dates.
I appreciate if someone could help me figure out how to figure this out!
Best Regards Ali