> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/design-and-structure/column-values/extract-values-from-components-on-the-page.md).

# Extract values from components on the Page

Let's say you have the Customers table. Once the user is selected in the Customers table, his or her email value will be used as the `User email` parameter to send a promotional email with a Marketing tool. The succession of events will be this:

1. Click on the `Value` text area
2. From the pop-up window, select **Customers** table&#x20;
3. Choose the `Selected row` (the value will pass once you click a row)
4. Select the **User's email**

{% @arcade/embed flowId="w9zdRj4SoT8HdIgjEmWM" url="<https://app.arcade.software/share/w9zdRj4SoT8HdIgjEmWM>" %}

The Value field will be populated with the following expression `=elements.Customers["0"].selected_item.email`

<figure><img src="/files/4SYD1EnPwiMC2hAKB56V" alt=""><figcaption></figcaption></figure>

### Ask the user to fill out the form in your App

In that case, we need to configure Values for the "Send Email" button.

1. Click on the `Value` text area
2. Select `Ask from user option` in the [Formulas](/user-guide/computed-columns/formulas.md) pop-up window.&#x20;

NEEDS TO BE CHANGED-> COULD NOT FIND THE ASK FROM USER OPTION

Now, when the user sends an email, the values will automatically be passed from the selected row in the table to the button values.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jetadmin.io/user-guide/design-and-structure/column-values/extract-values-from-components-on-the-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
