# How to add the text value of a Favorite marked selection

**URL:** https://community.glideapps.com/t/how-to-add-the-text-value-of-a-favorite-marked-selection/18003
**Category:** Feature Requests
**Created:** [November 5, 2020, 2:30pm UTC](https://community.glideapps.com/t/how-to-add-the-text-value-of-a-favorite-marked-selection/18003 "2020-11-05T14:30:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Oscar\_Solarte\_Montes](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/oscar_solarte_montes/32/16057_2.png) [@Oscar\_Solarte\_Montes](https://community.glideapps.com/u/Oscar_Solarte_Montes)
#### Post date: [November 5, 2020, 2:30pm UTC](https://community.glideapps.com/t/how-to-add-the-text-value-of-a-favorite-marked-selection/18003/1 "2020-11-05T14:30:20Z")

</div>

Hi there, I am new here, I am trying to finish an app that will let the employees to choose their benefits from a list selected by the company.  
I need help: how can I add the value (name of benefit text) on his row and a new column marked as “benefit 1” for the employee’s chosen option marked as favorite.  
Thanks in advance,

---

<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, 4:02pm UTC](https://community.glideapps.com/t/how-to-add-the-text-value-of-a-favorite-marked-selection/18003/2 "2020-11-05T16:02:58Z")

</div>

You won’t be able to do this in the spreadsheet. It’ll only be available in the Glide Data Editor as an If-Then-Else column (something like “if Is Favorite? is true, then Benefit 1”)

---

<div class="post-metadata">

### Author: ![Oscar\_Solarte\_Montes](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/oscar_solarte_montes/32/16057_2.png) [@Oscar\_Solarte\_Montes](https://community.glideapps.com/u/Oscar_Solarte_Montes)
#### Post date: [November 5, 2020, 4:22pm UTC](https://community.glideapps.com/t/how-to-add-the-text-value-of-a-favorite-marked-selection/18003/3 "2020-11-05T16:22:44Z")

</div>

Thanks @Robert_Petitto I’m going to try it
