# How to Pass Variable like 'email' into Custom link on Action?

**URL:** https://community.glideapps.com/t/how-to-pass-variable-like-email-into-custom-link-on-action/66744
**Category:** Ask for Help
**Created:** [October 4, 2023, 8:39am UTC](https://community.glideapps.com/t/how-to-pass-variable-like-email-into-custom-link-on-action/66744 "2023-10-04T08:39:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mafshal](https://avatars.discourse-cdn.com/v4/letter/m/f475e1/32.png) [@mafshal](https://community.glideapps.com/u/mafshal)
#### Post date: [October 4, 2023, 8:39am UTC](https://community.glideapps.com/t/how-to-pass-variable-like-email-into-custom-link-on-action/66744/1 "2023-10-04T08:39:05Z")

</div>

i have a button action. i want to ‘open link’ action on it. but i want to pass the logged in user email into that link. how can i do that.  
for example i have given link ‘[www.xyz.com](http://www.xyz.com)’ but i want to add logged in user email into that link  
‘[.xyz Domain Names | Join Generation XYZ](http://www.xyz.com?email=$%7Buser_email%7D)’. how can i do that?

---

<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: [October 4, 2023, 8:48am UTC](https://community.glideapps.com/t/how-to-pass-variable-like-email-into-custom-link-on-action/66744/2 "2023-10-04T08:48:09Z")

</div>

Use a template column to combine the URL and the signed in users email address.

> **[Template Column](https://www.glideapps.com/docs/automation/computed-columns/template-column)**
>
> Display dynamic text that can change with the values in other columns.

---

<div class="post-metadata">

### Author: ![mafshal](https://avatars.discourse-cdn.com/v4/letter/m/f475e1/32.png) [@mafshal](https://community.glideapps.com/u/mafshal)
#### Post date: [October 4, 2023, 11:21am UTC](https://community.glideapps.com/t/how-to-pass-variable-like-email-into-custom-link-on-action/66744/3 "2023-10-04T11:21:51Z")

</div>

thank you for your reply.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [October 11, 2023, 11:22am UTC](https://community.glideapps.com/t/how-to-pass-variable-like-email-into-custom-link-on-action/66744/4 "2023-10-11T11:22:01Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
