# How to use an Action

**URL:** https://community.glideapps.com/t/how-to-use-an-action/69007
**Category:** Ask for Help
**Created:** [December 25, 2023, 9:07pm UTC](https://community.glideapps.com/t/how-to-use-an-action/69007 "2023-12-25T21:07:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Benjamin\_Strickland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/benjamin_strickland/32/68255_2.png) [@Benjamin\_Strickland](https://community.glideapps.com/u/Benjamin_Strickland)
#### Post date: [December 25, 2023, 9:07pm UTC](https://community.glideapps.com/t/how-to-use-an-action/69007/1 "2023-12-25T21:07:28Z")

</div>

What is the proper way to use the Action when I do not want data in a row to be empty? I set it but it does not seem to be working properly. Thanks and Happy Holidays…

---

<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 25, 2023, 10:28pm UTC](https://community.glideapps.com/t/how-to-use-an-action/69007/2 "2023-12-25T22:28:52Z")

</div>

What exact action are you using? Can you describe more about your case?

---

<div class="post-metadata">

### Author: ![Benjamin\_Strickland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/benjamin_strickland/32/68255_2.png) [@Benjamin\_Strickland](https://community.glideapps.com/u/Benjamin_Strickland)
#### Post date: [December 25, 2023, 11:03pm UTC](https://community.glideapps.com/t/how-to-use-an-action/69007/3 "2023-12-25T23:03:11Z")

</div>

I am entering the data, date, credit amount, debit amount, and explanation. If one of these cells is blank how can I send a notice that it cannot be null.

Thanks.

---

<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 25, 2023, 11:23pm UTC](https://community.glideapps.com/t/how-to-use-an-action/69007/4 "2023-12-25T23:23:56Z")

</div>

How are you letting the users enter the data? If it’s a normal form, you can set the entry components to be required as needed, if it’s a custom form you don’t show the button with the “add row” action until all required fields are entered.
