# USER level Conditions for initial actions

**URL:** https://community.glideapps.com/t/user-level-conditions-for-initial-actions/19954
**Category:** Ask for Help
**Created:** [December 16, 2020, 6:12pm UTC](https://community.glideapps.com/t/user-level-conditions-for-initial-actions/19954 "2020-12-16T18:12:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Community\_Fridge](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/community_fridge/32/1905_2.png) [@Community\_Fridge](https://community.glideapps.com/u/Community_Fridge)
#### Post date: [December 16, 2020, 6:12pm UTC](https://community.glideapps.com/t/user-level-conditions-for-initial-actions/19954/1 "2020-12-16T18:12:10Z")

</div>

I’m trying to use the condition if a user isn’t signed in to do anything on click of the item (list component) then to open Sign-in screen

but it won’t give me the user options in the set up of the condition configuration, just the list of the columns from the componest inline list

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [December 16, 2020, 6:54pm UTC](https://community.glideapps.com/t/user-level-conditions-for-initial-actions/19954/2 "2020-12-16T18:54:52Z")

</div>

Can you make a custom action\> If logged in user is empty, then sign in, else\> show details

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [December 18, 2020, 12:56am UTC](https://community.glideapps.com/t/user-level-conditions-for-initial-actions/19954/3 "2020-12-18T00:56:28Z")

</div>

Re-categorizing this into the actions category as it seems like it’s not a feature request; it can be done.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 18, 2020, 1:15am UTC](https://community.glideapps.com/t/user-level-conditions-for-initial-actions/19954/4 "2020-12-18T01:15:20Z")

</div>

Assuming you have a user profiles sheet already, in the sheet you want this action to happen, make a template column taking the user’s email from the user profiles sheet.

Then the condition for the sign-in action to happen is template column is empty.
