# Need help with creating a completion tracker / streaks feature

**URL:** https://community.thunkable.com/t/need-help-with-creating-a-completion-tracker-streaks-feature/700603
**Category:** Questions about Thunkable X
**Created:** [July 25, 2020, 3:11am UTC](https://community.thunkable.com/t/need-help-with-creating-a-completion-tracker-streaks-feature/700603 "2020-07-25T03:11:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![3202](https://avatars.discourse-cdn.com/v4/letter/3/d2c977/32.png) [@3202](https://community.thunkable.com/u/3202)
#### Post date: [July 25, 2020, 3:11am UTC](https://community.thunkable.com/t/need-help-with-creating-a-completion-tracker-streaks-feature/700603/1 "2020-07-25T03:11:51Z")

</div>

Hi there,  
I am trying to create an app that includes a tracker for the days a user completes a task and clicks the “completed” button. It is supposed to display the past 2 days as well as today. However, I am unsure of how I am able to have the completion status “follow” their respective days.  
Any help is appreciated, thanks!

---

<div class="post-metadata">

### Author: ![hernandezsilvaericko](https://avatars.discourse-cdn.com/v4/letter/h/5daacb/32.png) [@hernandezsilvaericko](https://community.thunkable.com/u/hernandezsilvaericko)
#### Post date: [July 25, 2020, 6:31am UTC](https://community.thunkable.com/t/need-help-with-creating-a-completion-tracker-streaks-feature/700603/2 "2020-07-25T06:31:20Z")

</div>

I do not understand your idea clearly but here is what I understood:

You can use the Device-\>day of the weex block to know wich day of the week is.  
When you use your app by the first time you should save the actual date and the week day in order to know how many days have passed since you first logged in.

Then you should save all the info required into 2 variables (u could use objects). I suggest to save the date too to compare. And you will substitute the info everytime that you open your app or click on the “submit button”

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:27pm UTC](https://community.thunkable.com/t/need-help-with-creating-a-completion-tracker-streaks-feature/700603/3 "2024-11-08T12:27:01Z")

</div>


