# Wrong "set column values" action assignment in row fields

**URL:** https://community.glideapps.com/t/wrong-set-column-values-action-assignment-in-row-fields/61464
**Category:** Ask for Help
**Created:** [May 8, 2023, 12:05am UTC](https://community.glideapps.com/t/wrong-set-column-values-action-assignment-in-row-fields/61464 "2023-05-08T00:05:13Z")
**Posts on this page:** 1
**Showing post:** 3

<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: [May 8, 2023, 12:13am UTC](https://community.glideapps.com/t/wrong-set-column-values-action-assignment-in-row-fields/61464/3 "2023-05-08T00:13:03Z")

</div>

Sounds like there’s something wrong with your setup. I would suggest using a custom form flow to do this, which is somewhat like what you have a bit different.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particula…

First up, I’m not sure why you need to send a notification (or is it just a pop up and not a push notification)?

I imagine the custom form would be built on top of a table with a single row, which contains a single column to store your sound record URL.

In your custom form, show a button to record and point it to the column above.

When the URL is not empty, show a sound player pointing to the same column. Still show the button to record in case the user wants to record again, and give them the option to clear.

Also, only when the record URL is not empty, show a button to submit it to the destination table. This would include a current date/time column, and your record URL, maybe the signed-in user’s ID/email as well.

---

_[View the full topic](https://community.glideapps.com/t/wrong-set-column-values-action-assignment-in-row-fields/61464)._
