# Set Column Values in Workflow

**URL:** https://community.glideapps.com/t/set-column-values-in-workflow/85460
**Category:** Ask for Help
**Tags:** actions
**Created:** [November 20, 2025, 7:12pm UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460 "2025-11-20T19:12:36Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Mattthew](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@Mattthew](https://community.glideapps.com/u/Mattthew)
#### Post date: [November 20, 2025, 7:12pm UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/1 "2025-11-20T19:12:36Z")

</div>

I have a workflow that is supposed to clear the values of some columns, but won’t.

I need it to reset the user at the end of the workflow.

Set Column Values is tied to the results of a query.

The Query’s results are correct.

 ![Screenshot 2025-11-20 at 2.08.24 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/8/88c217213ac8a2ea0d6891bbd2cef7816f911fc7.jpeg)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [November 20, 2025, 11:04pm UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/2 "2025-11-20T23:04:36Z")

</div>

Are those columns User Specific?  
If yes, that is why. Server side workflows cannot access User Specific values.

---

<div class="post-metadata">

### Author: ![Mattthew](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@Mattthew](https://community.glideapps.com/u/Mattthew)
#### Post date: [November 21, 2025, 1:57pm UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/3 "2025-11-21T13:57:18Z")

</div>

Looks like that is it! Thanks.

Any suggestions to get around this?

---

<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: [November 22, 2025, 1:40am UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/4 "2025-11-22T01:40:09Z")

</div>

Can you describe more why those columns are user-specific? What’s the use case here?

---

<div class="post-metadata">

### Author: ![Mattthew](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@Mattthew](https://community.glideapps.com/u/Mattthew)
#### Post date: [November 24, 2025, 2:46pm UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/5 "2025-11-24T14:46:20Z")

</div>

They don’t need to be, but it’s synced with Airtable. So any column I create in Glide is marked as user specific. Which is why I didn’t realize they were. Totally forgot this issue till you brought it up.  
Right now I’ve been working on moving this part to a new table that doesn’t sync with Airtable.  
Appreciate the help.

---

<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: [November 25, 2025, 12:26am UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/6 "2025-11-25T00:26:03Z")

</div>

Can you just add that column in Airtable and remove the old one? That way, it won’t be user-specific anymore.

---

<div class="post-metadata">

### Author: ![Mattthew](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@Mattthew](https://community.glideapps.com/u/Mattthew)
#### Post date: [November 25, 2025, 2:17pm UTC](https://community.glideapps.com/t/set-column-values-in-workflow/85460/7 "2025-11-25T14:17:12Z")

</div>

I’ll try that. The reason I didn’t want to use Airtable columns was speed.
