# Single Value NOT available in Template Column

**URL:** https://community.glideapps.com/t/single-value-not-available-in-template-column/25994
**Category:** Ask for Help
**Created:** [April 24, 2021, 11:17pm UTC](https://community.glideapps.com/t/single-value-not-available-in-template-column/25994 "2021-04-24T23:17:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AjBruce](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ajbruce/32/12937_2.png) [@AjBruce](https://community.glideapps.com/u/AjBruce)
#### Post date: [April 24, 2021, 11:17pm UTC](https://community.glideapps.com/t/single-value-not-available-in-template-column/25994/1 "2021-04-24T23:17:12Z")

</div>

I have a Single Value that is pulling from a Relation. I would like to use a Template Column. I am able to select other Single Values except for the “PkgQtySingle”. Explanation?

 ![Screen Shot 2021-04-24 at 6.10.30 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/f/5f8417e040a4985b1f941462973098aa0355633b.png)

---

<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: [April 24, 2021, 11:19pm UTC](https://community.glideapps.com/t/single-value-not-available-in-template-column/25994/2 "2021-04-24T23:19:25Z")

</div>

Seems like you’re pulling back an array there. Templates can only work with values that are not an array. What is your use case here?

---

<div class="post-metadata">

### Author: ![AjBruce](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ajbruce/32/12937_2.png) [@AjBruce](https://community.glideapps.com/u/AjBruce)
#### Post date: [April 25, 2021, 6:46am UTC](https://community.glideapps.com/t/single-value-not-available-in-template-column/25994/3 "2021-04-25T06:46:51Z")

</div>

**Use Case: Using Choice to pull ‘Package Quantity’ into Inline.**

As you can see there are ‘Items’, ‘Current Stock’, ‘Package’, and ‘Package Quantity’.

 ![Screen Shot 2021-04-25 at 1.29.34 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/4/94f1f06625ba7a280700b4efdd8cd8f0da04148c.png)

\*\*Each ‘Item’ is associated with ‘Package’ and ‘Package Quantity’.

 ![Screen Shot 2021-04-25 at 1.20.12 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/b/3b9f8771c8a545baaf4d22a4bf4c732bdf6c5271.png)

\*\*\*The Problem: Each ‘Item’ can be used multiple times from other ‘Package(s)’. It is able to match the ‘Current Stock’ with the ‘Item’, but what I am needing is the ‘Package Quantity’ to list in the Details for each ‘Item’.

 ![Screen Shot 2021-04-25 at 1.26.40 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/a/ea604461ad4b54971112a628f0a7b4abc3b7457c.png)
