# Method 2: Retrieve the ID from the log

You can retrieve a step ID though the PDI client logs with the following steps:

1. In the PDI client, create a new transformation and add the step to the transformation.

   For example, if you needed to know the ID for the Select values step, you would add that step to the new transformation.
2. Set the log level to debug.
3. Execute the transformation using the Spark engine.

   The step ID displays in the **Logging** tab of the **Execution Results** pane. For example, the log displays `Selected the SelectValues step to run in parallel as a GenericSparkOperation`, where *SelectValues* is the step ID.


---

# 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/install/9.3-install/pentaho-configuration/tasks-to-be-performed-by-an-it-administrator/set-up-the-adaptive-execution-layer-ael/troubleshooting-ael-cp/steps-cannot-run-in-parallel/get-the-step-id/method-2-retrieve-the-id-from-the-log.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.
