# ⏬ Compound Action Examples: Contribute!

**URL:** https://community.glideapps.com/t/compound-action-examples-contribute/17952
**Category:** Project Showcase
**Created:** [November 4, 2020, 5:37pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952 "2020-11-04T17:37:48Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 4, 2020, 5:37pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/1 "2020-11-04T17:37:48Z")

</div>

### I’ll go first:

# ⚔ BOSS BATTLES

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [November 4, 2020, 6:01pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/2 "2020-11-04T18:01:03Z")

</div>

@Robert_Petitto would a `Do Nothing` or Empty Action be desirable? That seems to be how you are using Reshuffle. Can you explain how this would be useful to you, if so?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 4, 2020, 6:09pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/3 "2020-11-04T18:09:33Z")

</div>

Right now, Inline lists have “action: none”. It would be the same. Compound Action to basically gate the details view of an item unless a condition is met. Another example: eLearning. If you pay to take a course, then make it accessible.

---

<div class="post-metadata">

### Author: ![Nico](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nico/32/3616_2.png) [@Nico](https://community.glideapps.com/u/Nico)
#### Post date: [November 4, 2020, 11:27pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/4 "2020-11-04T23:27:08Z")

</div>

Hey Robert, is it possible to change the image of the boss during each attack? I did not yet have the time to dive into these compound actions, but maybe it´s possible to change the image value of the boss on the fly, thinking of cloudinary aswell here.

Thanks for your repsonse! Very cool stuff btw! 🙂

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 5, 2020, 12:05am UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/5 "2020-11-05T00:05:57Z")

</div>

As in when the boss attacks then show the boss attack image and when the boss defends show a boss shield image? Could be possible using an increment as part of the compound action and then match the boss image number to the increment field.

Pro tip: Mod formula in a math column works well here to only have a remainder of 1 2 or 3 for example when incrementing!

---

<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 5, 2020, 2:20am UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/6 "2020-11-05T02:20:47Z")

</div>

You could show the boss in states of increasing bodily degradation as its health deteriorates.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 5, 2020, 2:22am UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/7 "2020-11-05T02:22:22Z")

</div>

Sure could! Want to find the graphics for me? 😅

---

<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 5, 2020, 2:53am UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/8 "2020-11-05T02:53:06Z")

</div>

haha! I wish my graphic design skillz were that good 🤪

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 5, 2020, 7:34pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/9 "2020-11-05T19:34:51Z")

</div>

# ⚔ Boss Battles Part 2: Turn Based Battles!

### Features

- Single Value \> Random to generate random attack value for Boss/User
- User Specific column to tally total damage dealt
- Compound Action to
  1. Reshuffle Random Numbers
  2. Increment total damage columna by Random Number
  3. Increment User Specific Turn Column by 1

- Mod Math Formula to determine whose turn it is
- Conditional Action buttons and text based on whose turn it is

---

<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: [November 5, 2020, 8:12pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/10 "2020-11-05T20:12:56Z")

</div>

The weird thing is that I spend more time watching Robert and Jack’s videos than actually using Glide

---

<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: [November 5, 2020, 8:33pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/11 "2020-11-05T20:33:07Z")

</div>

## Me next!

### Let’s track clicks! Just like this forum does!

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/1/e17fbb520a36460943c91e6f35b9738ef17cf5ea.jpeg "Click actions") ](https://www.youtube.com/watch?v=yQIE38Be1-I)

Also, you can’t see it bringing me to google, but it does!!

# _Yayyyy Go Glide!!_

im getting fancy with markdown here

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 5, 2020, 9:22pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/12 "2020-11-05T21:22:00Z")

</div>

Very nice! You can easily do a click count now with inline lists too. Instead of view details, use a compound action that increments column and THEN View Details.

---

<div class="post-metadata">

### Author: ![Drearystate](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drearystate/32/49605_2.png) [@Drearystate](https://community.glideapps.com/u/Drearystate)
#### Post date: [November 5, 2020, 9:23pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/13 "2020-11-05T21:23:30Z")

</div>

Is this finally available?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [November 5, 2020, 9:24pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/15 "2020-11-05T21:24:53Z")

</div>

It’s live now.

---

<div class="post-metadata">

### Author: ![Drearystate](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drearystate/32/49605_2.png) [@Drearystate](https://community.glideapps.com/u/Drearystate)
#### Post date: [November 5, 2020, 9:28pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/16 "2020-11-05T21:28:56Z")

</div>

So can u use the form submission action to now take you back to your homepage?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 5, 2020, 9:31pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/17 "2020-11-05T21:31:14Z")

</div>

It IS???!!! Party time!!!

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [November 5, 2020, 9:31pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/18 "2020-11-05T21:31:46Z")

</div>

We are working on a bunch of new actions coming next week. One of them is ‘Go to Tab’, and also ‘Go Back’–those should help you make complex navigation effects.

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [November 5, 2020, 9:31pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/19 "2020-11-05T21:31:53Z")

</div>

## OMG DAVID, I think would be next week!

---

<div class="post-metadata">

### Author: ![Drearystate](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drearystate/32/49605_2.png) [@Drearystate](https://community.glideapps.com/u/Drearystate)
#### Post date: [November 5, 2020, 9:32pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/20 "2020-11-05T21:32:23Z")

</div>

but nothing can be done from the form submission action currently correct?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [November 5, 2020, 9:32pm UTC](https://community.glideapps.com/t/compound-action-examples-contribute/17952/21 "2020-11-05T21:32:31Z")

</div>

YAY FOR GO BACK! I was just wondering about this!

[Next page](https://community.glideapps.com/t/compound-action-examples-contribute/17952.md?page=2)
