# Input tab

The **Input** tab allows you to specify how fields from the incoming stream of the Simple Mapping (sub-transformation) step are mapped to the fields of the Mapping Input Specification in the sub-transformation.

![Input tab in Simple Mapping (sub-transformation)](/files/pphZYntpZmrquihQyegt)

| Option                                  | Description                                                                                                                                                                                                                                                     |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Fieldname from source step**          | Specify the name of a field in the incoming stream.                                                                                                                                                                                                             |
| **Fieldname to mapping input step**     | Specify the name of the field as it will be known to the sub-transformation.                                                                                                                                                                                    |
| **Mapping**                             | Use this button to open a field mapping dialog box. This will conveniently list all the available fields in both the parent transformation and the sub-transformation, and allow you to create field to field mappings.                                         |
| **Update mapped fieldnames downstream** | Select this option to rename fields back to their original names when they reach the Mapping output step (fields get renamed before they are transferred to the mapping transformation). This will make your sub-transformations more transparent and reusable. |

To add inputs into the table, perform the following steps:

1. Click the **Mapping** button.
2. Click a **Source Field** you want to map.
3. Click a **Target Field** to associate with the **Source Field**.
4. Click **Add**. If you need to edit or change the **Source Field** or **Target Field**, click **Delete**.
5. Click **Ok**.


---

# Agent Instructions: 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.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/simple-mapping-sub-transformation/options-simple-mapping/input-tab.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.
