# Random Action Messages

**URL:** https://community.glideapps.com/t/random-action-messages/69639
**Category:** Ask for Help
**Tags:** actions
**Created:** [January 17, 2024, 8:36am UTC](https://community.glideapps.com/t/random-action-messages/69639 "2024-01-17T08:36:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Guilio\_Del\_Fava](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/guilio_del_fava/32/65469_2.png) [@Guilio\_Del\_Fava](https://community.glideapps.com/u/Guilio_Del_Fava)
#### Post date: [January 17, 2024, 8:36am UTC](https://community.glideapps.com/t/random-action-messages/69639/1 "2024-01-17T08:36:29Z")

</div>

Hi All,

I need help to create a setup for Random Messages when a user of my app submits an action or edits a form. What I mean is instead of a single message like “Done”, it would select a message from an array of message for example and display that instead of the static message. E.g Each time they submit an action a different message is selected randomly.

Thank in advance.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [January 17, 2024, 8:42am UTC](https://community.glideapps.com/t/random-action-messages/69639/2 "2024-01-17T08:42:31Z")

</div>

Create a helper table with random answers in each row… add a column with the row number… add the Random Number column. multiply the result by a number of possible answers… make it an integer… relate that result to the row number… you will get your random answer by looking up that reletion

---

<div class="post-metadata">

### Author: ![Guilio\_Del\_Fava](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/guilio_del_fava/32/65469_2.png) [@Guilio\_Del\_Fava](https://community.glideapps.com/u/Guilio_Del_Fava)
#### Post date: [January 17, 2024, 9:24am UTC](https://community.glideapps.com/t/random-action-messages/69639/3 "2024-01-17T09:24:19Z")

</div>

Thanks for the reply, I think i have done it as you instructed. not 100% sure

 ![Screenshot 2024-01-17 at 11.21.40](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/a/9a6af4f96aad70e19905066b514bb1f656ea2871.png)

How will it dynamically change and select a different message each time an action is completed? How do i then use this message in a different table?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [January 17, 2024, 9:29am UTC](https://community.glideapps.com/t/random-action-messages/69639/4 "2024-01-17T09:29:57Z")

</div>

Every time you complete an action, you need to trigger the random number… by changing the random number column source (seed), you can use a current date or a unique identifier… then copy that message using a single value column to any table you wish
