# Daily User Specific Columns

**URL:** https://community.glideapps.com/t/daily-user-specific-columns/15052
**Category:** Ask for Help
**Created:** [September 1, 2020, 8:19am UTC](https://community.glideapps.com/t/daily-user-specific-columns/15052 "2020-09-01T08:19:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![madhav](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/madhav/32/12855_2.png) [@madhav](https://community.glideapps.com/u/madhav)
#### Post date: [September 1, 2020, 8:19am UTC](https://community.glideapps.com/t/daily-user-specific-columns/15052/1 "2020-09-01T08:19:39Z")

</div>

Hey guys! I’m trying to develop for a use case where a user needs to answer a several different questions every day (the same question) I’m wondering how I could go about building time based user specific responses.

I’ve come up with two possible solutions, one is to create an automation that will copy the rows containing the question, add today’s date, filter on the app by todays’ date and enable user specific answers.

The other solution is to use a form to store the response as well as n identifier to correlate it to what question was answered.

---

<div class="post-metadata">

### Author: ![sardamit](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sardamit/32/263_2.png) [@sardamit](https://community.glideapps.com/u/sardamit)
#### Post date: [September 1, 2020, 9:27am UTC](https://community.glideapps.com/t/daily-user-specific-columns/15052/2 "2020-09-01T09:27:20Z")

</div>

Welcome to the community, Madhav.

You can create a separate sheet to capture answers.  
Use the Show form action for a button and write responses to that sheet.

You don’t need to use user-specific columns for this.

---

<div class="post-metadata">

### Author: ![madhav](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/madhav/32/12855_2.png) [@madhav](https://community.glideapps.com/u/madhav)
#### Post date: [September 1, 2020, 3:19pm UTC](https://community.glideapps.com/t/daily-user-specific-columns/15052/3 "2020-09-01T15:19:36Z")

</div>

Thanks for the quick reply @sardamit
