# December 9

## Connectors

### **View logs directly in the Agent Component**

You can now access execution logs directly in the **Agent Component**, without switching to the **Execution Panel**.

In **Output Details**, you’ll find grouped logs such as Configuration, Input, User, System, Tool Call, and Input/Output Guardrail.

This update gives you quicker visibility into what happened during execution and makes it easier to validate or troubleshoot your Agent.

<a href="https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/connectors/ai-tools/llm#testing-your-agent" class="button primary">Learn more</a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2FXia0HgBr6XfPKf421Xlb%2Fen-logs-agent-component.gif?alt=media&#x26;token=05553502-6a2f-4c35-8776-1511bd142b74" alt=""><figcaption></figcaption></figure>

## Platform Improvements

### **Reference trigger inputs using Double Braces**

You can reference the execution data sent to the trigger using Double Braces (`{{ trigger.input }}).`

This reduces complexity and simplifies pipeline construction, without relying on Session Management.

<a href="https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/double-braces/how-to-reference-data-using-double-braces" class="button primary">Read the documentation</a>

## Documentation

We’ve created the following use case documentation to help you explore the Platform through practical, real-world examples:

* [How to apply JOLT for JSON transformations](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/use-cases/how-to-jolt)
* [Building basic JOLT transformations](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/use-cases/how-to-jolt/basic-operations)&#x20;
* [Understanding JOLT operators](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/use-cases/how-to-jolt/operators)&#x20;
* [Building advanced JOLT transformations](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/use-cases/how-to-jolt/advanced-operations)
* [Applying JOLT to practical use cases](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/use-cases/how-to-jolt/use-cases)
* [How to integrate Distribution Centers using Multi-Instance](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/use-cases/how-to-multi-instance)

## Bug fixes

* **Pipelines not saved inside the chosen folder:** We fixed a bug that prevented pipelines from being saved in the folder where they were created, placing them in the project root instead.
* **Major versions saved in the wrong project:** We fixed a bug that caused the major version of a pipeline to be saved in a different project instead of the one selected.
* **Mouse cursor changing focus:** We fixed a bug that caused the mouse cursor to jump to the beginning of the field at random while editing connector configuration forms.
* **Problem using the Step Alias with the `ISNULL` function:** We fixed a bug that caused Double Braces expressions to be evaluated incorrectly when using Step aliases, making Choice branches and `ISNULL()` behave inconsistently.
* **Top Connectors offenders chart is intermittent:** We fixed a bug that caused the Top Connectors offenders chart to intermittently display missing or outdated data.
* **Visual bug on the Pipeline logs page:** We fixed a bug that caused some logs to not render correctly on the Pipeline Logs page, preventing users from seeing all the events needed to troubleshoot pipeline execution issues.
