# Creating a list and on create new user action to copy that list

**URL:** https://community.glideapps.com/t/creating-a-list-and-on-create-new-user-action-to-copy-that-list/50802
**Category:** Ask for Help
**Created:** [October 3, 2022, 9:27pm UTC](https://community.glideapps.com/t/creating-a-list-and-on-create-new-user-action-to-copy-that-list/50802 "2022-10-03T21:27:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Richard\_Fly](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/richard_fly/32/48434_2.png) [@Richard\_Fly](https://community.glideapps.com/u/Richard_Fly)
#### Post date: [October 3, 2022, 9:27pm UTC](https://community.glideapps.com/t/creating-a-list-and-on-create-new-user-action-to-copy-that-list/50802/1 "2022-10-03T21:27:35Z")

</div>

So what I am looking to make is a checklist that happens on the creation of new user.

So I add a user, John and on entering his information.

A list is created for him to complete tasks.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [October 3, 2022, 9:39pm UTC](https://community.glideapps.com/t/creating-a-list-and-on-create-new-user-action-to-copy-that-list/50802/2 "2022-10-03T21:39:39Z")

</div>

Is this a static list that’s the same for everyone? The easiest option would be to have a table with your list, then create a user specific boolean column to hold each user’s checkmark. The boolean values will be unique to each user, even though it’s a single column.

---

<div class="post-metadata">

### Author: ![Richard\_Fly](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/richard_fly/32/48434_2.png) [@Richard\_Fly](https://community.glideapps.com/u/Richard_Fly)
#### Post date: [October 4, 2022, 8:38pm UTC](https://community.glideapps.com/t/creating-a-list-and-on-create-new-user-action-to-copy-that-list/50802/3 "2022-10-04T20:38:06Z")

</div>

Thanks @Jeff_Hager I will try that out!

---

<div class="post-metadata">

### Author: ![Richard\_Fly](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/richard_fly/32/48434_2.png) [@Richard\_Fly](https://community.glideapps.com/u/Richard_Fly)
#### Post date: [October 19, 2022, 4:25pm UTC](https://community.glideapps.com/t/creating-a-list-and-on-create-new-user-action-to-copy-that-list/50802/4 "2022-10-19T16:25:22Z")

</div>

So looking to expand the checklists so different user types would get different lists.

i.e. New hire gets list a, manager gets list b and sees progress of list a
